Html Css Color HEX #0C314A Blue Whale

📋 copy color: '#0C314A'

red 12 ◦ green 49 ◦ blue 74

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

Shades of Blue Whale #0C314A

Tints of Blue Whale #0C314A

RGB

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

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

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

R = 8.89%
G = 36.3%
B = 54.81%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C314A (or 0x0C314A) is known color: Blue Whale. HEX triplet: 0C, 31 and 4A. RGB value is (12,49,74). Sum of RGB (Red+Green+Blue) = 12+49+74=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C314A is #F3CEB5. Grayscale: #282828. Windows color (decimal): -15978166 or 4862220. OLE color: 4862220.

HSL color Cylindrical-coordinate representation of color #0C314A: hue angle of 204.19º 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 #0C314A is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 49 74 -
CMYK 0.84 0.34 0 0.71
HSL 204.19º 0.72% 0.17% -
HSV(B) 204.19º 0.84% 0.29% -
XYZ 2.49 2.77 6.88 -
YUV 40.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 12 49 74 0.84 0.34 0 0.71 204.19 0.72 0.17
Hex C 31 4A 54 22 0 47 CC 48 11
Octal 14 61 112 124 42 0 107 314 110 21
Binary 1100 110001 1001010 1010100 100010 0 1000111 11001100 1001000 10001

Color Harmonies of #0C314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C314A

Black with #0C314A

Text Example


Text Example

White with #0C314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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