Html Css Color HEX #023D9C Smalt

📋 copy color: '#023D9C'

red 2 ◦ green 61 ◦ blue 156

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

Shades of Smalt #023D9C

Tints of Smalt #023D9C

RGB

 RED value IS 2 (1.17% from 255) = 0.91%

 GREEN value IS 61 (24.22% from 255) = 27.85%

 BLUE value IS 156 (61.33% from 255) = 71.23%

R = 0.91%
G = 27.85%
B = 71.23%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#023D9C (or 0x023D9C) is known color: Smalt. HEX triplet: 02, 3D and 9C. RGB value is (2,61,156). Sum of RGB (Red+Green+Blue) = 2+61+156=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #023D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023D9C is #FDC263. Grayscale: #353535. Windows color (decimal): -16630372 or 10239234. OLE color: 10239234.

HSL color Cylindrical-coordinate representation of color #023D9C: hue angle of 217.01º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023D9C is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 61 156 -
CMYK 0.99 0.61 0 0.39
HSL 217.01º 0.97% 0.31% -
HSV(B) 217.01º 0.99% 0.61% -
XYZ 7.69 5.75 32.16 -
YUV 54.19 185.45 90.78 -
System Red Green Blue C M Y K H S L
Decimal 2 61 156 0.99 0.61 0 0.39 217.01 0.97 0.31
Hex 2 3D 9C 63 3D 0 27 D9 61 1F
Octal 2 75 234 143 75 0 47 331 141 37
Binary 10 111101 10011100 1100011 111101 0 100111 11011001 1100001 11111

Color Harmonies of #023D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D9C

Black with #023D9C

Text Example


Text Example

White with #023D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023D9C; }

 p { color: rgb(2,61,156); }

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

background-color css

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

 a { background-color: rgb(2,61,156); }

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

border-color css

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

 span { border-color: rgb(2,61,156); }

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