Html Css Color HEX #062D39 Nordic

📋 copy color: '#062D39'

red 6 ◦ green 45 ◦ blue 57

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

Shades of Nordic #062D39

Tints of Nordic #062D39

RGB

 RED value IS 6 (2.73% from 255) = 5.56%

 GREEN value IS 45 (17.97% from 255) = 41.67%

 BLUE value IS 57 (22.66% from 255) = 52.78%

R = 5.56%
G = 41.67%
B = 52.78%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#062D39 (or 0x062D39) is known color: Nordic. HEX triplet: 06, 2D and 39. RGB value is (6,45,57). Sum of RGB (Red+Green+Blue) = 6+45+57=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #062D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D39 is #F9D2C6. Grayscale: #222222. Windows color (decimal): -16372423 or 3747078. OLE color: 3747078.

HSL color Cylindrical-coordinate representation of color #062D39: hue angle of 194.12º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062D39 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 45 57 -
CMYK 0.89 0.21 0 0.78
HSL 194.12º 0.81% 0.12% -
HSV(B) 194.12º 0.89% 0.22% -
XYZ 1.75 2.21 4.21 -
YUV 34.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 6 45 57 0.89 0.21 0 0.78 194.12 0.81 0.12
Hex 6 2D 39 59 15 0 4E C2 51 C
Octal 6 55 71 131 25 0 116 302 121 14
Binary 110 101101 111001 1011001 10101 0 1001110 11000010 1010001 1100

Color Harmonies of #062D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D39

Black with #062D39

Text Example


Text Example

White with #062D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062D39; }

 p { color: rgb(6,45,57); }

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

background-color css

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

 a { background-color: rgb(6,45,57); }

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

border-color css

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

 span { border-color: rgb(6,45,57); }

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