Html Css Color HEX #013236 Nordic

📋 copy color: '#013236'

red 1 ◦ green 50 ◦ blue 54

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

Shades of Nordic #013236

Tints of Nordic #013236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 51.43%

R = 0.95%
G = 47.62%
B = 51.43%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#013236 (or 0x013236) is known color: Nordic. HEX triplet: 01, 32 and 36. RGB value is (1,50,54). Sum of RGB (Red+Green+Blue) = 1+50+54=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #013236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013236 is #FECDC9. Grayscale: #232323. Windows color (decimal): -16698826 or 3551745. OLE color: 3551745.

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

Color convert

RGB 1 50 54 -
CMYK 0.98 0.07 0 0.79
HSL 184.53º 0.96% 0.11% -
HSV(B) 184.53º 0.98% 0.21% -
XYZ 1.82 2.55 3.89 -
YUV 35.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 1 50 54 0.98 0.07 0 0.79 184.53 0.96 0.11
Hex 1 32 36 62 7 0 4F B9 60 B
Octal 1 62 66 142 7 0 117 271 140 13
Binary 1 110010 110110 1100010 111 0 1001111 10111001 1100000 1011

Color Harmonies of #013236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013236

Black with #013236

Text Example


Text Example

White with #013236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013236; }

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

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

background-color css

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

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

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

border-color css

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

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

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