Html Css Color HEX #0C373D Nordic

📋 copy color: '#0C373D'

red 12 ◦ green 55 ◦ blue 61

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

Shades of Nordic #0C373D

Tints of Nordic #0C373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 47.66%

R = 9.38%
G = 42.97%
B = 47.66%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C373D (or 0x0C373D) is known color: Nordic. HEX triplet: 0C, 37 and 3D. RGB value is (12,55,61). Sum of RGB (Red+Green+Blue) = 12+55+61=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C373D is #F3C8C2. Grayscale: #2A2A2A. Windows color (decimal): -15976643 or 4011788. OLE color: 4011788.

HSL color Cylindrical-coordinate representation of color #0C373D: hue angle of 187.35º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C373D is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 55 61 -
CMYK 0.80 0.10 0 0.76
HSL 187.35º 0.67% 0.14% -
HSV(B) 187.35º 0.8% 0.24% -
XYZ 2.36 3.15 4.9 -
YUV 42.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 12 55 61 0.80 0.10 0 0.76 187.35 0.67 0.14
Hex C 37 3D 50 A 0 4C BB 43 E
Octal 14 67 75 120 12 0 114 273 103 16
Binary 1100 110111 111101 1010000 1010 0 1001100 10111011 1000011 1110

Color Harmonies of #0C373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C373D

Black with #0C373D

Text Example


Text Example

White with #0C373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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