Html Css Color HEX #0C313D Blue Whale

📋 copy color: '#0C313D'

red 12 ◦ green 49 ◦ blue 61

#0C313D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #0C313D

Tints of Blue Whale #0C313D

RGB

 RED value IS 12 (5.08% from 255) = 9.84%

 GREEN value IS 49 (19.53% from 255) = 40.16%

 BLUE value IS 61 (24.22% from 255) = 50%

R = 9.84%
G = 40.16%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C313D (or 0x0C313D) is known color: Blue Whale. HEX triplet: 0C, 31 and 3D. RGB value is (12,49,61). Sum of RGB (Red+Green+Blue) = 12+49+61=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C313D is #F3CEC2. Grayscale: #272727. Windows color (decimal): -15978179 or 4010252. OLE color: 4010252.

HSL color Cylindrical-coordinate representation of color #0C313D: hue angle of 194.69º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C313D is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 49 61 -
CMYK 0.80 0.20 0 0.76
HSL 194.69º 0.67% 0.14% -
HSV(B) 194.69º 0.8% 0.24% -
XYZ 2.09 2.61 4.81 -
YUV 39.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 12 49 61 0.80 0.20 0 0.76 194.69 0.67 0.14
Hex C 31 3D 50 14 0 4C C3 43 E
Octal 14 61 75 120 24 0 114 303 103 16
Binary 1100 110001 111101 1010000 10100 0 1001100 11000011 1000011 1110

Color Harmonies of #0C313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C313D

Black with #0C313D

Text Example


Text Example

White with #0C313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C313D; }

 p { color: rgb(12,49,61); }

 H1.HeaderClassName
 {
   color: #0C313D;
 }
 .AnyTagClassName
 {
   color: #0C313D;
 }
</style>

background-color css

<style>
 a { background-color: #0C313D; }

 a { background-color: rgb(12,49,61); }

 div.DivClassName
 {
   background-color: #0C313D;
 }
 .BgClassName
 {
   background-color: #0C313D;
 }
</style>

border-color css

<style>
 span { border-color: #0C313D; }

 span { border-color: rgb(12,49,61); }

 td.TdClassName
 {
   border-color: #0C313D;
 }
 .TagClassName
 {
   border-color: #0C313D;
 }
</style>