Html Css Color HEX #02358B Smalt

📋 copy color: '#02358B'

red 2 ◦ green 53 ◦ blue 139

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

Shades of Smalt #02358B

Tints of Smalt #02358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

 BLUE value IS 139 (54.69% from 255) = 71.65%

R = 1.03%
G = 27.32%
B = 71.65%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02358B (or 0x02358B) is known color: Smalt. HEX triplet: 02, 35 and 8B. RGB value is (2,53,139). Sum of RGB (Red+Green+Blue) = 2+53+139=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #02358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02358B is #FDCA74. Grayscale: #2F2F2F. Windows color (decimal): -16632437 or 9123074. OLE color: 9123074.

HSL color Cylindrical-coordinate representation of color #02358B: hue angle of 217.66º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02358B is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 53 139 -
CMYK 0.99 0.62 0 0.45
HSL 217.66º 0.97% 0.28% -
HSV(B) 217.66º 0.99% 0.55% -
XYZ 5.96 4.42 24.97 -
YUV 47.56 179.6 95.51 -
System Red Green Blue C M Y K H S L
Decimal 2 53 139 0.99 0.62 0 0.45 217.66 0.97 0.28
Hex 2 35 8B 63 3E 0 2D DA 61 1C
Octal 2 65 213 143 76 0 55 332 141 34
Binary 10 110101 10001011 1100011 111110 0 101101 11011010 1100001 11100

Color Harmonies of #02358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02358B

Black with #02358B

Text Example


Text Example

White with #02358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02358B; }

 p { color: rgb(2,53,139); }

 H1.HeaderClassName
 {
   color: #02358B;
 }
 .AnyTagClassName
 {
   color: #02358B;
 }
</style>

background-color css

<style>
 a { background-color: #02358B; }

 a { background-color: rgb(2,53,139); }

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

border-color css

<style>
 span { border-color: #02358B; }

 span { border-color: rgb(2,53,139); }

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