Html Css Color HEX #01323D Nordic

📋 copy color: '#01323D'

red 1 ◦ green 50 ◦ blue 61

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

Shades of Nordic #01323D

Tints of Nordic #01323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 54.46%

R = 0.89%
G = 44.64%
B = 54.46%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01323D (or 0x01323D) is known color: Nordic. HEX triplet: 01, 32 and 3D. RGB value is (1,50,61). Sum of RGB (Red+Green+Blue) = 1+50+61=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #01323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01323D is #FECDC2. Grayscale: #242424. Windows color (decimal): -16698819 or 4010497. OLE color: 4010497.

HSL color Cylindrical-coordinate representation of color #01323D: hue angle of 191º 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 #01323D is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 50 61 -
CMYK 0.98 0.18 0 0.76
HSL 191º 0.97% 0.12% -
HSV(B) 191º 0.98% 0.24% -
XYZ 2 2.62 4.82 -
YUV 36.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 1 50 61 0.98 0.18 0 0.76 191 0.97 0.12
Hex 1 32 3D 62 12 0 4C BF 61 C
Octal 1 62 75 142 22 0 114 277 141 14
Binary 1 110010 111101 1100010 10010 0 1001100 10111111 1100001 1100

Color Harmonies of #01323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01323D

Black with #01323D

Text Example


Text Example

White with #01323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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