Html Css Color HEX #08323F Nordic

📋 copy color: '#08323F'

red 8 ◦ green 50 ◦ blue 63

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

Shades of Nordic #08323F

Tints of Nordic #08323F

RGB

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

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

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

R = 6.61%
G = 41.32%
B = 52.07%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#08323F (or 0x08323F) is known color: Nordic. HEX triplet: 08, 32 and 3F. RGB value is (8,50,63). Sum of RGB (Red+Green+Blue) = 8+50+63=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #08323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08323F is #F7CDC0. Grayscale: #262626. Windows color (decimal): -16240065 or 4141576. OLE color: 4141576.

HSL color Cylindrical-coordinate representation of color #08323F: hue angle of 194.18º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08323F is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 50 63 -
CMYK 0.87 0.21 0 0.75
HSL 194.18º 0.77% 0.14% -
HSV(B) 194.18º 0.87% 0.25% -
XYZ 2.14 2.69 5.11 -
YUV 38.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 8 50 63 0.87 0.21 0 0.75 194.18 0.77 0.14
Hex 8 32 3F 57 15 0 4B C2 4D E
Octal 10 62 77 127 25 0 113 302 115 16
Binary 1000 110010 111111 1010111 10101 0 1001011 11000010 1001101 1110

Color Harmonies of #08323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08323F

Black with #08323F

Text Example


Text Example

White with #08323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08323F; }

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

 H1.HeaderClassName
 {
   color: #08323F;
 }
 .AnyTagClassName
 {
   color: #08323F;
 }
</style>

background-color css

<style>
 a { background-color: #08323F; }

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

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

border-color css

<style>
 span { border-color: #08323F; }

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

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