Html Css Color HEX #013239 Nordic

📋 copy color: '#013239'

red 1 ◦ green 50 ◦ blue 57

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

Shades of Nordic #013239

Tints of Nordic #013239

RGB

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

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

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

R = 0.93%
G = 46.3%
B = 52.78%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013239 (or 0x013239) is known color: Nordic. HEX triplet: 01, 32 and 39. RGB value is (1,50,57). Sum of RGB (Red+Green+Blue) = 1+50+57=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #013239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013239 is #FECDC6. Grayscale: #242424. Windows color (decimal): -16698823 or 3748353. OLE color: 3748353.

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

Color convert

RGB 1 50 57 -
CMYK 0.98 0.12 0 0.78
HSL 187.5º 0.97% 0.11% -
HSV(B) 187.5º 0.98% 0.22% -
XYZ 1.89 2.58 4.27 -
YUV 36.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 1 50 57 0.98 0.12 0 0.78 187.5 0.97 0.11
Hex 1 32 39 62 C 0 4E BC 61 B
Octal 1 62 71 142 14 0 116 274 141 13
Binary 1 110010 111001 1100010 1100 0 1001110 10111100 1100001 1011

Color Harmonies of #013239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013239

Black with #013239

Text Example


Text Example

White with #013239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013239; }

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

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

background-color css

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

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

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

border-color css

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

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

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