Html Css Color HEX #083038 Nordic

📋 copy color: '#083038'

red 8 ◦ green 48 ◦ blue 56

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

Shades of Nordic #083038

Tints of Nordic #083038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.86%

 BLUE value IS 56 (22.27% from 255) = 50%

R = 7.14%
G = 42.86%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#083038 (or 0x083038) is known color: Nordic. HEX triplet: 08, 30 and 38. RGB value is (8,48,56). Sum of RGB (Red+Green+Blue) = 8+48+56=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #083038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083038 is #F7CFC7. Grayscale: #242424. Windows color (decimal): -16240584 or 3682312. OLE color: 3682312.

HSL color Cylindrical-coordinate representation of color #083038: hue angle of 190º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083038 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 48 56 -
CMYK 0.86 0.14 0 0.78
HSL 190º 0.75% 0.13% -
HSV(B) 190º 0.86% 0.22% -
XYZ 1.87 2.45 4.12 -
YUV 36.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 8 48 56 0.86 0.14 0 0.78 190 0.75 0.13
Hex 8 30 38 56 E 0 4E BE 4B D
Octal 10 60 70 126 16 0 116 276 113 15
Binary 1000 110000 111000 1010110 1110 0 1001110 10111110 1001011 1101

Color Harmonies of #083038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083038

Black with #083038

Text Example


Text Example

White with #083038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083038; }

 p { color: rgb(8,48,56); }

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

background-color css

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

 a { background-color: rgb(8,48,56); }

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

border-color css

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

 span { border-color: rgb(8,48,56); }

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