Html Css Color HEX #02309D Smalt

📋 copy color: '#02309D'

red 2 ◦ green 48 ◦ blue 157

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

Shades of Smalt #02309D

Tints of Smalt #02309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

 BLUE value IS 157 (61.72% from 255) = 75.85%

R = 0.97%
G = 23.19%
B = 75.85%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02309D (or 0x02309D) is known color: Smalt. HEX triplet: 02, 30 and 9D. RGB value is (2,48,157). Sum of RGB (Red+Green+Blue) = 2+48+157=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #02309D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02309D is #FDCF62. Grayscale: #2E2E2E. Windows color (decimal): -16633699 or 10301442. OLE color: 10301442.

HSL color Cylindrical-coordinate representation of color #02309D: hue angle of 222.19º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02309D is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 48 157 -
CMYK 0.99 0.69 0 0.38
HSL 222.19º 0.97% 0.31% -
HSV(B) 222.19º 0.99% 0.62% -
XYZ 7.17 4.56 32.4 -
YUV 46.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 2 48 157 0.99 0.69 0 0.38 222.19 0.97 0.31
Hex 2 30 9D 63 45 0 26 DE 61 1F
Octal 2 60 235 143 105 0 46 336 141 37
Binary 10 110000 10011101 1100011 1000101 0 100110 11011110 1100001 11111

Color Harmonies of #02309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02309D

Black with #02309D

Text Example


Text Example

White with #02309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02309D; }

 p { color: rgb(2,48,157); }

 H1.HeaderClassName
 {
   color: #02309D;
 }
 .AnyTagClassName
 {
   color: #02309D;
 }
</style>

background-color css

<style>
 a { background-color: #02309D; }

 a { background-color: rgb(2,48,157); }

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

border-color css

<style>
 span { border-color: #02309D; }

 span { border-color: rgb(2,48,157); }

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