Html Css Color HEX #08323A Nordic

📋 copy color: '#08323A'

red 8 ◦ green 50 ◦ blue 58

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

Shades of Nordic #08323A

Tints of Nordic #08323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 50%

R = 6.9%
G = 43.1%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08323A (or 0x08323A) is known color: Nordic. HEX triplet: 08, 32 and 3A. RGB value is (8,50,58). Sum of RGB (Red+Green+Blue) = 8+50+58=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #08323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08323A is #F7CDC5. Grayscale: #262626. Windows color (decimal): -16240070 or 3813896. OLE color: 3813896.

HSL color Cylindrical-coordinate representation of color #08323A: hue angle of 189.6º 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 #08323A is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 50 58 -
CMYK 0.86 0.14 0 0.77
HSL 189.6º 0.76% 0.13% -
HSV(B) 189.6º 0.86% 0.23% -
XYZ 2 2.64 4.41 -
YUV 38.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 8 50 58 0.86 0.14 0 0.77 189.6 0.76 0.13
Hex 8 32 3A 56 E 0 4D BE 4C D
Octal 10 62 72 126 16 0 115 276 114 15
Binary 1000 110010 111010 1010110 1110 0 1001101 10111110 1001100 1101

Color Harmonies of #08323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08323A

Black with #08323A

Text Example


Text Example

White with #08323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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