Html Css Color HEX #0C313F Blue Whale

📋 copy color: '#0C313F'

red 12 ◦ green 49 ◦ blue 63

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

Shades of Blue Whale #0C313F

Tints of Blue Whale #0C313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50.81%

R = 9.68%
G = 39.52%
B = 50.81%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0C313F (or 0x0C313F) is known color: Blue Whale. HEX triplet: 0C, 31 and 3F. RGB value is (12,49,63). Sum of RGB (Red+Green+Blue) = 12+49+63=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C313F is #F3CEC0. Grayscale: #272727. Windows color (decimal): -15978177 or 4141324. OLE color: 4141324.

HSL color Cylindrical-coordinate representation of color #0C313F: hue angle of 196.47º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C313F is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 49 63 -
CMYK 0.81 0.22 0 0.75
HSL 196.47º 0.68% 0.15% -
HSV(B) 196.47º 0.81% 0.25% -
XYZ 2.15 2.63 5.1 -
YUV 39.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 12 49 63 0.81 0.22 0 0.75 196.47 0.68 0.15
Hex C 31 3F 51 16 0 4B C4 44 F
Octal 14 61 77 121 26 0 113 304 104 17
Binary 1100 110001 111111 1010001 10110 0 1001011 11000100 1000100 1111

Color Harmonies of #0C313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C313F

Black with #0C313F

Text Example


Text Example

White with #0C313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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