Html Css Color HEX #01323B Nordic

📋 copy color: '#01323B'

red 1 ◦ green 50 ◦ blue 59

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

Shades of Nordic #01323B

Tints of Nordic #01323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 53.64%

R = 0.91%
G = 45.45%
B = 53.64%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01323B (or 0x01323B) is known color: Nordic. HEX triplet: 01, 32 and 3B. RGB value is (1,50,59). Sum of RGB (Red+Green+Blue) = 1+50+59=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 59 (23.44% from 255 or 53.64% from 110); Max value from RGB is 59 - color contains mainly: blue. Hex color #01323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01323B is #FECDC4. Grayscale: #242424. Windows color (decimal): -16698821 or 3879425. OLE color: 3879425.

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

Color convert

RGB 1 50 59 -
CMYK 0.98 0.15 0 0.77
HSL 189.31º 0.97% 0.12% -
HSV(B) 189.31º 0.98% 0.23% -
XYZ 1.94 2.6 4.54 -
YUV 36.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 1 50 59 0.98 0.15 0 0.77 189.31 0.97 0.12
Hex 1 32 3B 62 F 0 4D BD 61 C
Octal 1 62 73 142 17 0 115 275 141 14
Binary 1 110010 111011 1100010 1111 0 1001101 10111101 1100001 1100

Color Harmonies of #01323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01323B

Black with #01323B

Text Example


Text Example

White with #01323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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