Html Css Color HEX #0C3147 Blue Whale

📋 copy color: '#0C3147'

red 12 ◦ green 49 ◦ blue 71

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

Shades of Blue Whale #0C3147

Tints of Blue Whale #0C3147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 53.79%

R = 9.09%
G = 37.12%
B = 53.79%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0C3147 (or 0x0C3147) is known color: Blue Whale. HEX triplet: 0C, 31 and 47. RGB value is (12,49,71). Sum of RGB (Red+Green+Blue) = 12+49+71=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C3147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3147 is #F3CEB8. Grayscale: #282828. Windows color (decimal): -15978169 or 4665612. OLE color: 4665612.

HSL color Cylindrical-coordinate representation of color #0C3147: hue angle of 202.37º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C3147 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 49 71 -
CMYK 0.83 0.31 0 0.72
HSL 202.37º 0.71% 0.16% -
HSV(B) 202.37º 0.83% 0.28% -
XYZ 2.39 2.73 6.36 -
YUV 40.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 12 49 71 0.83 0.31 0 0.72 202.37 0.71 0.16
Hex C 31 47 53 1F 0 48 CA 47 10
Octal 14 61 107 123 37 0 110 312 107 20
Binary 1100 110001 1000111 1010011 11111 0 1001000 11001010 1000111 10000

Color Harmonies of #0C3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3147

Black with #0C3147

Text Example


Text Example

White with #0C3147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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