Html Css Color HEX #08363B Nordic

📋 copy color: '#08363B'

red 8 ◦ green 54 ◦ blue 59

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

Shades of Nordic #08363B

Tints of Nordic #08363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 44.63%

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

R = 6.61%
G = 44.63%
B = 48.76%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08363B (or 0x08363B) is known color: Nordic. HEX triplet: 08, 36 and 3B. RGB value is (8,54,59). Sum of RGB (Red+Green+Blue) = 8+54+59=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #08363B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08363B is #F7C9C4. Grayscale: #282828. Windows color (decimal): -16239045 or 3880456. OLE color: 3880456.

HSL color Cylindrical-coordinate representation of color #08363B: hue angle of 185.88º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08363B is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 54 59 -
CMYK 0.86 0.08 0 0.77
HSL 185.88º 0.76% 0.13% -
HSV(B) 185.88º 0.86% 0.23% -
XYZ 2.21 3.01 4.6 -
YUV 40.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 8 54 59 0.86 0.08 0 0.77 185.88 0.76 0.13
Hex 8 36 3B 56 8 0 4D BA 4C D
Octal 10 66 73 126 10 0 115 272 114 15
Binary 1000 110110 111011 1010110 1000 0 1001101 10111010 1001100 1101

Color Harmonies of #08363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08363B

Black with #08363B

Text Example


Text Example

White with #08363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08363B; }

 p { color: rgb(8,54,59); }

 H1.HeaderClassName
 {
   color: #08363B;
 }
 .AnyTagClassName
 {
   color: #08363B;
 }
</style>

background-color css

<style>
 a { background-color: #08363B; }

 a { background-color: rgb(8,54,59); }

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

border-color css

<style>
 span { border-color: #08363B; }

 span { border-color: rgb(8,54,59); }

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