Html Css Color HEX #023B9B Smalt

📋 copy color: '#023B9B'

red 2 ◦ green 59 ◦ blue 155

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

Shades of Smalt #023B9B

Tints of Smalt #023B9B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.31%

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

R = 0.93%
G = 27.31%
B = 71.76%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#023B9B (or 0x023B9B) is known color: Smalt. HEX triplet: 02, 3B and 9B. RGB value is (2,59,155). Sum of RGB (Red+Green+Blue) = 2+59+155=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #023B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023B9B is #FDC464. Grayscale: #343434. Windows color (decimal): -16630885 or 10173186. OLE color: 10173186.

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

Color convert

RGB 2 59 155 -
CMYK 0.99 0.62 0 0.39
HSL 217.65º 0.97% 0.31% -
HSV(B) 217.65º 0.99% 0.61% -
XYZ 7.51 5.51 31.68 -
YUV 52.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 2 59 155 0.99 0.62 0 0.39 217.65 0.97 0.31
Hex 2 3B 9B 63 3E 0 27 DA 61 1F
Octal 2 73 233 143 76 0 47 332 141 37
Binary 10 111011 10011011 1100011 111110 0 100111 11011010 1100001 11111

Color Harmonies of #023B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B9B

Black with #023B9B

Text Example


Text Example

White with #023B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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