Html Css Color HEX #063039 Nordic

📋 copy color: '#063039'

red 6 ◦ green 48 ◦ blue 57

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

Shades of Nordic #063039

Tints of Nordic #063039

RGB

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

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

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

R = 5.41%
G = 43.24%
B = 51.35%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063039 (or 0x063039) is known color: Nordic. HEX triplet: 06, 30 and 39. RGB value is (6,48,57). Sum of RGB (Red+Green+Blue) = 6+48+57=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #063039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063039 is #F9CFC6. Grayscale: #242424. Windows color (decimal): -16371655 or 3747846. OLE color: 3747846.

HSL color Cylindrical-coordinate representation of color #063039: hue angle of 190.59º 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 #063039 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 48 57 -
CMYK 0.89 0.16 0 0.78
HSL 190.59º 0.81% 0.12% -
HSV(B) 190.59º 0.89% 0.22% -
XYZ 1.87 2.45 4.24 -
YUV 36.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 6 48 57 0.89 0.16 0 0.78 190.59 0.81 0.12
Hex 6 30 39 59 10 0 4E BF 51 C
Octal 6 60 71 131 20 0 116 277 121 14
Binary 110 110000 111001 1011001 10000 0 1001110 10111111 1010001 1100

Color Harmonies of #063039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063039

Black with #063039

Text Example


Text Example

White with #063039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063039; }

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

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

background-color css

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

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

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

border-color css

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

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

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