Html Css Color HEX #063237 Nordic

📋 copy color: '#063237'

red 6 ◦ green 50 ◦ blue 55

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

Shades of Nordic #063237

Tints of Nordic #063237

RGB

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

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

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

R = 5.41%
G = 45.05%
B = 49.55%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063237 (or 0x063237) is known color: Nordic. HEX triplet: 06, 32 and 37. RGB value is (6,50,55). Sum of RGB (Red+Green+Blue) = 6+50+55=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #063237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063237 is #F9CDC8. Grayscale: #252525. Windows color (decimal): -16371145 or 3617286. OLE color: 3617286.

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

Color convert

RGB 6 50 55 -
CMYK 0.89 0.09 0 0.78
HSL 186.12º 0.8% 0.12% -
HSV(B) 186.12º 0.89% 0.22% -
XYZ 1.91 2.6 4.02 -
YUV 37.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 6 50 55 0.89 0.09 0 0.78 186.12 0.8 0.12
Hex 6 32 37 59 9 0 4E BA 50 C
Octal 6 62 67 131 11 0 116 272 120 14
Binary 110 110010 110111 1011001 1001 0 1001110 10111010 1010000 1100

Color Harmonies of #063237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063237

Black with #063237

Text Example


Text Example

White with #063237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063237; }

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

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

background-color css

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

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

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

border-color css

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

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

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