Html Css Color HEX #08373E Nordic

📋 copy color: '#08373E'

red 8 ◦ green 55 ◦ blue 62

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

Shades of Nordic #08373E

Tints of Nordic #08373E

RGB

 RED value IS 8 (3.52% from 255) = 6.4%

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

 BLUE value IS 62 (24.61% from 255) = 49.6%

R = 6.4%
G = 44%
B = 49.6%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08373E (or 0x08373E) is known color: Nordic. HEX triplet: 08, 37 and 3E. RGB value is (8,55,62). Sum of RGB (Red+Green+Blue) = 8+55+62=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #08373E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08373E is #F7C8C1. Grayscale: #292929. Windows color (decimal): -16238786 or 4077320. OLE color: 4077320.

HSL color Cylindrical-coordinate representation of color #08373E: hue angle of 187.78º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08373E is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 55 62 -
CMYK 0.87 0.11 0 0.76
HSL 187.78º 0.77% 0.14% -
HSV(B) 187.78º 0.87% 0.24% -
XYZ 2.34 3.13 5.04 -
YUV 41.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 8 55 62 0.87 0.11 0 0.76 187.78 0.77 0.14
Hex 8 37 3E 57 B 0 4C BC 4D E
Octal 10 67 76 127 13 0 114 274 115 16
Binary 1000 110111 111110 1010111 1011 0 1001100 10111100 1001101 1110

Color Harmonies of #08373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08373E

Black with #08373E

Text Example


Text Example

White with #08373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08373E; }

 p { color: rgb(8,55,62); }

 H1.HeaderClassName
 {
   color: #08373E;
 }
 .AnyTagClassName
 {
   color: #08373E;
 }
</style>

background-color css

<style>
 a { background-color: #08373E; }

 a { background-color: rgb(8,55,62); }

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

border-color css

<style>
 span { border-color: #08373E; }

 span { border-color: rgb(8,55,62); }

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