Html Css Color HEX #02369B Smalt

📋 copy color: '#02369B'

red 2 ◦ green 54 ◦ blue 155

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

Shades of Smalt #02369B

Tints of Smalt #02369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

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

R = 0.95%
G = 25.59%
B = 73.46%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02369B (or 0x02369B) is known color: Smalt. HEX triplet: 02, 36 and 9B. RGB value is (2,54,155). Sum of RGB (Red+Green+Blue) = 2+54+155=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #02369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02369B is #FDC964. Grayscale: #313131. Windows color (decimal): -16632165 or 10171906. OLE color: 10171906.

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

Color convert

RGB 2 54 155 -
CMYK 0.99 0.65 0 0.39
HSL 219.61º 0.97% 0.31% -
HSV(B) 219.61º 0.99% 0.61% -
XYZ 7.26 5.02 31.6 -
YUV 49.97 187.27 93.79 -
System Red Green Blue C M Y K H S L
Decimal 2 54 155 0.99 0.65 0 0.39 219.61 0.97 0.31
Hex 2 36 9B 63 41 0 27 DC 61 1F
Octal 2 66 233 143 101 0 47 334 141 37
Binary 10 110110 10011011 1100011 1000001 0 100111 11011100 1100001 11111

Color Harmonies of #02369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02369B

Black with #02369B

Text Example


Text Example

White with #02369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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