Html Css Color HEX #063239 Nordic

📋 copy color: '#063239'

red 6 ◦ green 50 ◦ blue 57

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

Shades of Nordic #063239

Tints of Nordic #063239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 44.25%

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

R = 5.31%
G = 44.25%
B = 50.44%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063239 (or 0x063239) is known color: Nordic. HEX triplet: 06, 32 and 39. RGB value is (6,50,57). Sum of RGB (Red+Green+Blue) = 6+50+57=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #063239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063239 is #F9CDC6. Grayscale: #252525. Windows color (decimal): -16371143 or 3748358. OLE color: 3748358.

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

Color convert

RGB 6 50 57 -
CMYK 0.89 0.12 0 0.78
HSL 188.24º 0.81% 0.12% -
HSV(B) 188.24º 0.89% 0.22% -
XYZ 1.95 2.62 4.27 -
YUV 37.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 6 50 57 0.89 0.12 0 0.78 188.24 0.81 0.12
Hex 6 32 39 59 C 0 4E BC 51 C
Octal 6 62 71 131 14 0 116 274 121 14
Binary 110 110010 111001 1011001 1100 0 1001110 10111100 1010001 1100

Color Harmonies of #063239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063239

Black with #063239

Text Example


Text Example

White with #063239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063239; }

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

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

background-color css

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

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

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

border-color css

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

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

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