Html Css Color HEX #05323F Nordic

📋 copy color: '#05323F'

red 5 ◦ green 50 ◦ blue 63

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

Shades of Nordic #05323F

Tints of Nordic #05323F

RGB

 RED value IS 5 (2.34% from 255) = 4.24%

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

 BLUE value IS 63 (25% from 255) = 53.39%

R = 4.24%
G = 42.37%
B = 53.39%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#05323F (or 0x05323F) is known color: Nordic. HEX triplet: 05, 32 and 3F. RGB value is (5,50,63). Sum of RGB (Red+Green+Blue) = 5+50+63=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #05323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05323F is #FACDC0. Grayscale: #252525. Windows color (decimal): -16436673 or 4141573. OLE color: 4141573.

HSL color Cylindrical-coordinate representation of color #05323F: hue angle of 193.45º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05323F is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 50 63 -
CMYK 0.92 0.21 0 0.75
HSL 193.45º 0.85% 0.13% -
HSV(B) 193.45º 0.92% 0.25% -
XYZ 2.1 2.67 5.11 -
YUV 38.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 5 50 63 0.92 0.21 0 0.75 193.45 0.85 0.13
Hex 5 32 3F 5C 15 0 4B C1 55 D
Octal 5 62 77 134 25 0 113 301 125 15
Binary 101 110010 111111 1011100 10101 0 1001011 11000001 1010101 1101

Color Harmonies of #05323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05323F

Black with #05323F

Text Example


Text Example

White with #05323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05323F; }

 p { color: rgb(5,50,63); }

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

background-color css

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

 a { background-color: rgb(5,50,63); }

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

border-color css

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

 span { border-color: rgb(5,50,63); }

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