Html Css Color HEX #0C354D Blue Whale

📋 copy color: '#0C354D'

red 12 ◦ green 53 ◦ blue 77

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

Shades of Blue Whale #0C354D

Tints of Blue Whale #0C354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

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

R = 8.45%
G = 37.32%
B = 54.23%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C354D (or 0x0C354D) is known color: Blue Whale. HEX triplet: 0C, 35 and 4D. RGB value is (12,53,77). Sum of RGB (Red+Green+Blue) = 12+53+77=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C354D is #F3CAB2. Grayscale: #2B2B2B. Windows color (decimal): -15977139 or 5059852. OLE color: 5059852.

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

Color convert

RGB 12 53 77 -
CMYK 0.84 0.31 0 0.70
HSL 202.15º 0.73% 0.17% -
HSV(B) 202.15º 0.84% 0.3% -
XYZ 2.76 3.16 7.49 -
YUV 43.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 12 53 77 0.84 0.31 0 0.70 202.15 0.73 0.17
Hex C 35 4D 54 1F 0 46 CA 49 11
Octal 14 65 115 124 37 0 106 312 111 21
Binary 1100 110101 1001101 1010100 11111 0 1000110 11001010 1001001 10001

Color Harmonies of #0C354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C354D

Black with #0C354D

Text Example


Text Example

White with #0C354D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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