Html Css Color HEX #062B33 Nordic

📋 copy color: '#062B33'

red 6 ◦ green 43 ◦ blue 51

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

Shades of Nordic #062B33

Tints of Nordic #062B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 43%

 BLUE value IS 51 (20.31% from 255) = 51%

R = 6%
G = 43%
B = 51%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#062B33 (or 0x062B33) is known color: Nordic. HEX triplet: 06, 2B and 33. RGB value is (6,43,51). Sum of RGB (Red+Green+Blue) = 6+43+51=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #062B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B33 is #F9D4CC. Grayscale: #202020. Windows color (decimal): -16372941 or 3353350. OLE color: 3353350.

HSL color Cylindrical-coordinate representation of color #062B33: hue angle of 190.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062B33 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 43 51 -
CMYK 0.88 0.16 0 0.8
HSL 190.67º 0.79% 0.11% -
HSV(B) 190.67º 0.88% 0.2% -
XYZ 1.54 2.01 3.44 -
YUV 32.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 6 43 51 0.88 0.16 0 0.8 190.67 0.79 0.11
Hex 6 2B 33 58 10 0 50 BF 4F B
Octal 6 53 63 130 20 0 120 277 117 13
Binary 110 101011 110011 1011000 10000 0 1010000 10111111 1001111 1011

Color Harmonies of #062B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B33

Black with #062B33

Text Example


Text Example

White with #062B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,43,51); }

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

background-color css

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

 a { background-color: rgb(6,43,51); }

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

border-color css

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

 span { border-color: rgb(6,43,51); }

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