Html Css Color HEX #02359C Smalt

📋 copy color: '#02359C'

red 2 ◦ green 53 ◦ blue 156

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

Shades of Smalt #02359C

Tints of Smalt #02359C

RGB

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

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

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

R = 0.95%
G = 25.12%
B = 73.93%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02359C (or 0x02359C) is known color: Smalt. HEX triplet: 02, 35 and 9C. RGB value is (2,53,156). Sum of RGB (Red+Green+Blue) = 2+53+156=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #02359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02359C is #FDCA63. Grayscale: #313131. Windows color (decimal): -16632420 or 10237186. OLE color: 10237186.

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

Color convert

RGB 2 53 156 -
CMYK 0.99 0.66 0 0.39
HSL 220.13º 0.97% 0.31% -
HSV(B) 220.13º 0.99% 0.61% -
XYZ 7.3 4.96 32.03 -
YUV 49.49 188.1 94.12 -
System Red Green Blue C M Y K H S L
Decimal 2 53 156 0.99 0.66 0 0.39 220.13 0.97 0.31
Hex 2 35 9C 63 42 0 27 DC 61 1F
Octal 2 65 234 143 102 0 47 334 141 37
Binary 10 110101 10011100 1100011 1000010 0 100111 11011100 1100001 11111

Color Harmonies of #02359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02359C

Black with #02359C

Text Example


Text Example

White with #02359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02359C; }

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

 H1.HeaderClassName
 {
   color: #02359C;
 }
 .AnyTagClassName
 {
   color: #02359C;
 }
</style>

background-color css

<style>
 a { background-color: #02359C; }

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

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

border-color css

<style>
 span { border-color: #02359C; }

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

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