Html Css Color HEX #0C323F Blue Whale

📋 copy color: '#0C323F'

red 12 ◦ green 50 ◦ blue 63

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

Shades of Blue Whale #0C323F

Tints of Blue Whale #0C323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50.4%

R = 9.6%
G = 40%
B = 50.4%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0C323F (or 0x0C323F) is known color: Blue Whale. HEX triplet: 0C, 32 and 3F. RGB value is (12,50,63). Sum of RGB (Red+Green+Blue) = 12+50+63=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C323F is #F3CDC0. Grayscale: #282828. Windows color (decimal): -15977921 or 4141580. OLE color: 4141580.

HSL color Cylindrical-coordinate representation of color #0C323F: hue angle of 195.29º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C323F is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 50 63 -
CMYK 0.81 0.21 0 0.75
HSL 195.29º 0.68% 0.15% -
HSV(B) 195.29º 0.81% 0.25% -
XYZ 2.19 2.72 5.11 -
YUV 40.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 12 50 63 0.81 0.21 0 0.75 195.29 0.68 0.15
Hex C 32 3F 51 15 0 4B C3 44 F
Octal 14 62 77 121 25 0 113 303 104 17
Binary 1100 110010 111111 1010001 10101 0 1001011 11000011 1000100 1111

Color Harmonies of #0C323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C323F

Black with #0C323F

Text Example


Text Example

White with #0C323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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