Html Css Color HEX #013237 Nordic

📋 copy color: '#013237'

red 1 ◦ green 50 ◦ blue 55

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

Shades of Nordic #013237

Tints of Nordic #013237

RGB

 RED value IS 1 (0.78% from 255) = 0.94%

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

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

R = 0.94%
G = 47.17%
B = 51.89%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013237 (or 0x013237) is known color: Nordic. HEX triplet: 01, 32 and 37. RGB value is (1,50,55). Sum of RGB (Red+Green+Blue) = 1+50+55=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #013237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013237 is #FECDC8. Grayscale: #232323. Windows color (decimal): -16698825 or 3617281. OLE color: 3617281.

HSL color Cylindrical-coordinate representation of color #013237: hue angle of 185.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013237 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 50 55 -
CMYK 0.98 0.09 0 0.78
HSL 185.56º 0.96% 0.11% -
HSV(B) 185.56º 0.98% 0.22% -
XYZ 1.84 2.56 4.01 -
YUV 35.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 1 50 55 0.98 0.09 0 0.78 185.56 0.96 0.11
Hex 1 32 37 62 9 0 4E BA 60 B
Octal 1 62 67 142 11 0 116 272 140 13
Binary 1 110010 110111 1100010 1001 0 1001110 10111010 1100000 1011

Color Harmonies of #013237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013237

Black with #013237

Text Example


Text Example

White with #013237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013237; }

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

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

background-color css

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

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

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

border-color css

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

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

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