Html Css Color HEX #062C37 Nordic

📋 copy color: '#062C37'

red 6 ◦ green 44 ◦ blue 55

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

Shades of Nordic #062C37

Tints of Nordic #062C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 41.9%

 BLUE value IS 55 (21.88% from 255) = 52.38%

R = 5.71%
G = 41.9%
B = 52.38%

CMYK

 C value IS 0.89

 M value IS 0.2

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#062C37 (or 0x062C37) is known color: Nordic. HEX triplet: 06, 2C and 37. RGB value is (6,44,55). Sum of RGB (Red+Green+Blue) = 6+44+55=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #062C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C37 is #F9D3C8. Grayscale: #212121. Windows color (decimal): -16372681 or 3615750. OLE color: 3615750.

HSL color Cylindrical-coordinate representation of color #062C37: hue angle of 193.47º degrees, saturation: 0.8, 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 #062C37 is Cyan = 0.89, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 44 55 -
CMYK 0.89 0.2 0 0.78
HSL 193.47º 0.8% 0.12% -
HSV(B) 193.47º 0.89% 0.22% -
XYZ 1.67 2.12 3.94 -
YUV 33.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 6 44 55 0.89 0.2 0 0.78 193.47 0.8 0.12
Hex 6 2C 37 59 14 0 4E C1 50 C
Octal 6 54 67 131 24 0 116 301 120 14
Binary 110 101100 110111 1011001 10100 0 1001110 11000001 1010000 1100

Color Harmonies of #062C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C37

Black with #062C37

Text Example


Text Example

White with #062C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,44,55); }

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

background-color css

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

 a { background-color: rgb(6,44,55); }

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

border-color css

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

 span { border-color: rgb(6,44,55); }

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