Html Css Color HEX #063139 Nordic

📋 copy color: '#063139'

red 6 ◦ green 49 ◦ blue 57

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

Shades of Nordic #063139

Tints of Nordic #063139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 43.75%

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

R = 5.36%
G = 43.75%
B = 50.89%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063139 (or 0x063139) is known color: Nordic. HEX triplet: 06, 31 and 39. RGB value is (6,49,57). Sum of RGB (Red+Green+Blue) = 6+49+57=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #063139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063139 is #F9CEC6. Grayscale: #242424. Windows color (decimal): -16371399 or 3748102. OLE color: 3748102.

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

Color convert

RGB 6 49 57 -
CMYK 0.89 0.14 0 0.78
HSL 189.41º 0.81% 0.12% -
HSV(B) 189.41º 0.89% 0.22% -
XYZ 1.91 2.53 4.26 -
YUV 37.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 6 49 57 0.89 0.14 0 0.78 189.41 0.81 0.12
Hex 6 31 39 59 E 0 4E BD 51 C
Octal 6 61 71 131 16 0 116 275 121 14
Binary 110 110001 111001 1011001 1110 0 1001110 10111101 1010001 1100

Color Harmonies of #063139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063139

Black with #063139

Text Example


Text Example

White with #063139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063139; }

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

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

background-color css

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

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

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

border-color css

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

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

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