Html Css Color HEX #0C373B Nordic

📋 copy color: '#0C373B'

red 12 ◦ green 55 ◦ blue 59

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

Shades of Nordic #0C373B

Tints of Nordic #0C373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

 BLUE value IS 59 (23.44% from 255) = 46.83%

R = 9.52%
G = 43.65%
B = 46.83%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0C373B (or 0x0C373B) is known color: Nordic. HEX triplet: 0C, 37 and 3B. RGB value is (12,55,59). Sum of RGB (Red+Green+Blue) = 12+55+59=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C373B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C373B is #F3C8C4. Grayscale: #2A2A2A. Windows color (decimal): -15976645 or 3880716. OLE color: 3880716.

HSL color Cylindrical-coordinate representation of color #0C373B: hue angle of 185.11º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C373B is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 55 59 -
CMYK 0.80 0.07 0 0.77
HSL 185.11º 0.66% 0.14% -
HSV(B) 185.11º 0.8% 0.23% -
XYZ 2.31 3.13 4.62 -
YUV 42.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 12 55 59 0.80 0.07 0 0.77 185.11 0.66 0.14
Hex C 37 3B 50 7 0 4D B9 42 E
Octal 14 67 73 120 7 0 115 271 102 16
Binary 1100 110111 111011 1010000 111 0 1001101 10111001 1000010 1110

Color Harmonies of #0C373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C373B

Black with #0C373B

Text Example


Text Example

White with #0C373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,55,59); }

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

background-color css

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

 a { background-color: rgb(12,55,59); }

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

border-color css

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

 span { border-color: rgb(12,55,59); }

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