Html Css Color HEX #0C334A Blue Whale

📋 copy color: '#0C334A'

red 12 ◦ green 51 ◦ blue 74

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

Shades of Blue Whale #0C334A

Tints of Blue Whale #0C334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

 BLUE value IS 74 (29.3% from 255) = 54.01%

R = 8.76%
G = 37.23%
B = 54.01%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C334A (or 0x0C334A) is known color: Blue Whale. HEX triplet: 0C, 33 and 4A. RGB value is (12,51,74). Sum of RGB (Red+Green+Blue) = 12+51+74=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C334A is #F3CCB5. Grayscale: #292929. Windows color (decimal): -15977654 or 4862732. OLE color: 4862732.

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

Color convert

RGB 12 51 74 -
CMYK 0.84 0.31 0 0.71
HSL 202.26º 0.72% 0.17% -
HSV(B) 202.26º 0.84% 0.29% -
XYZ 2.57 2.94 6.91 -
YUV 41.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 12 51 74 0.84 0.31 0 0.71 202.26 0.72 0.17
Hex C 33 4A 54 1F 0 47 CA 48 11
Octal 14 63 112 124 37 0 107 312 110 21
Binary 1100 110011 1001010 1010100 11111 0 1000111 11001010 1001000 10001

Color Harmonies of #0C334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C334A

Black with #0C334A

Text Example


Text Example

White with #0C334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,51,74); }

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

background-color css

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

 a { background-color: rgb(12,51,74); }

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

border-color css

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

 span { border-color: rgb(12,51,74); }

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