Html Css Color HEX #023D9B Smalt

📋 copy color: '#023D9B'

red 2 ◦ green 61 ◦ blue 155

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

Shades of Smalt #023D9B

Tints of Smalt #023D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 71.1%

R = 0.92%
G = 27.98%
B = 71.1%

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

#023D9B (or 0x023D9B) is known color: Smalt. HEX triplet: 02, 3D and 9B. RGB value is (2,61,155). Sum of RGB (Red+Green+Blue) = 2+61+155=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #023D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023D9B is #FDC264. Grayscale: #353535. Windows color (decimal): -16630373 or 10173698. OLE color: 10173698.

HSL color Cylindrical-coordinate representation of color #023D9B: hue angle of 216.86º 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 #023D9B is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 61 155 -
CMYK 0.99 0.61 0 0.39
HSL 216.86º 0.97% 0.31% -
HSV(B) 216.86º 0.99% 0.61% -
XYZ 7.61 5.72 31.71 -
YUV 54.08 184.95 90.86 -
System Red Green Blue C M Y K H S L
Decimal 2 61 155 0.99 0.61 0 0.39 216.86 0.97 0.31
Hex 2 3D 9B 63 3D 0 27 D9 61 1F
Octal 2 75 233 143 75 0 47 331 141 37
Binary 10 111101 10011011 1100011 111101 0 100111 11011001 1100001 11111

Color Harmonies of #023D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D9B

Black with #023D9B

Text Example


Text Example

White with #023D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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