Html Css Color HEX #01323E Nordic

📋 copy color: '#01323E'

red 1 ◦ green 50 ◦ blue 62

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

Shades of Nordic #01323E

Tints of Nordic #01323E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 54.87%

R = 0.88%
G = 44.25%
B = 54.87%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01323E (or 0x01323E) is known color: Nordic. HEX triplet: 01, 32 and 3E. RGB value is (1,50,62). Sum of RGB (Red+Green+Blue) = 1+50+62=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #01323E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01323E is #FECDC1. Grayscale: #242424. Windows color (decimal): -16698818 or 4076033. OLE color: 4076033.

HSL color Cylindrical-coordinate representation of color #01323E: hue angle of 191.8º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01323E is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 50 62 -
CMYK 0.98 0.19 0 0.76
HSL 191.8º 0.97% 0.12% -
HSV(B) 191.8º 0.98% 0.24% -
XYZ 2.02 2.64 4.96 -
YUV 36.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 1 50 62 0.98 0.19 0 0.76 191.8 0.97 0.12
Hex 1 32 3E 62 13 0 4C C0 61 C
Octal 1 62 76 142 23 0 114 300 141 14
Binary 1 110010 111110 1100010 10011 0 1001100 11000000 1100001 1100

Color Harmonies of #01323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01323E

Black with #01323E

Text Example


Text Example

White with #01323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01323E; }

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

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

background-color css

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

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

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

border-color css

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

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

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