Html Css Color HEX #0C324D Blue Whale

📋 copy color: '#0C324D'

red 12 ◦ green 50 ◦ blue 77

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

Shades of Blue Whale #0C324D

Tints of Blue Whale #0C324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

 BLUE value IS 77 (30.47% from 255) = 55.4%

R = 8.63%
G = 35.97%
B = 55.4%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C324D (or 0x0C324D) is known color: Blue Whale. HEX triplet: 0C, 32 and 4D. RGB value is (12,50,77). Sum of RGB (Red+Green+Blue) = 12+50+77=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C324D is #F3CDB2. Grayscale: #292929. Windows color (decimal): -15977907 or 5059084. OLE color: 5059084.

HSL color Cylindrical-coordinate representation of color #0C324D: hue angle of 204.92º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C324D is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 50 77 -
CMYK 0.84 0.35 0 0.70
HSL 204.92º 0.73% 0.17% -
HSV(B) 204.92º 0.84% 0.3% -
XYZ 2.63 2.9 7.44 -
YUV 41.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 12 50 77 0.84 0.35 0 0.70 204.92 0.73 0.17
Hex C 32 4D 54 23 0 46 CD 49 11
Octal 14 62 115 124 43 0 106 315 111 21
Binary 1100 110010 1001101 1010100 100011 0 1000110 11001101 1001001 10001

Color Harmonies of #0C324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C324D

Black with #0C324D

Text Example


Text Example

White with #0C324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,50,77); }

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

background-color css

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

 a { background-color: rgb(12,50,77); }

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

border-color css

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

 span { border-color: rgb(12,50,77); }

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