Html Css Color HEX #02309C Smalt

📋 copy color: '#02309C'

red 2 ◦ green 48 ◦ blue 156

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

Shades of Smalt #02309C

Tints of Smalt #02309C

RGB

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

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

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

R = 0.97%
G = 23.3%
B = 75.73%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02309C (or 0x02309C) is known color: Smalt. HEX triplet: 02, 30 and 9C. RGB value is (2,48,156). Sum of RGB (Red+Green+Blue) = 2+48+156=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 156 (61.33% from 255 or 75.73% from 206); Max value from RGB is 156 - color contains mainly: blue. Hex color #02309C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02309C is #FDCF63. Grayscale: #2E2E2E. Windows color (decimal): -16633700 or 10235906. OLE color: 10235906.

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

Color convert

RGB 2 48 156 -
CMYK 0.99 0.69 0 0.39
HSL 222.08º 0.97% 0.31% -
HSV(B) 222.08º 0.99% 0.61% -
XYZ 7.08 4.53 31.95 -
YUV 46.56 189.76 96.22 -
System Red Green Blue C M Y K H S L
Decimal 2 48 156 0.99 0.69 0 0.39 222.08 0.97 0.31
Hex 2 30 9C 63 45 0 27 DE 61 1F
Octal 2 60 234 143 105 0 47 336 141 37
Binary 10 110000 10011100 1100011 1000101 0 100111 11011110 1100001 11111

Color Harmonies of #02309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02309C

Black with #02309C

Text Example


Text Example

White with #02309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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