Html Css Color HEX #02308A Smalt

📋 copy color: '#02308A'

red 2 ◦ green 48 ◦ blue 138

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

Shades of Smalt #02308A

Tints of Smalt #02308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 73.4%

R = 1.06%
G = 25.53%
B = 73.4%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02308A (or 0x02308A) is known color: Smalt. HEX triplet: 02, 30 and 8A. RGB value is (2,48,138). Sum of RGB (Red+Green+Blue) = 2+48+138=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #02308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02308A is #FDCF75. Grayscale: #2C2C2C. Windows color (decimal): -16633718 or 9056258. OLE color: 9056258.

HSL color Cylindrical-coordinate representation of color #02308A: hue angle of 219.71º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02308A is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 48 138 -
CMYK 0.99 0.65 0 0.46
HSL 219.71º 0.97% 0.27% -
HSV(B) 219.71º 0.99% 0.54% -
XYZ 5.67 3.96 24.51 -
YUV 44.51 180.76 97.68 -
System Red Green Blue C M Y K H S L
Decimal 2 48 138 0.99 0.65 0 0.46 219.71 0.97 0.27
Hex 2 30 8A 63 41 0 2E DC 61 1B
Octal 2 60 212 143 101 0 56 334 141 33
Binary 10 110000 10001010 1100011 1000001 0 101110 11011100 1100001 11011

Color Harmonies of #02308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02308A

Black with #02308A

Text Example


Text Example

White with #02308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02308A; }

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

 H1.HeaderClassName
 {
   color: #02308A;
 }
 .AnyTagClassName
 {
   color: #02308A;
 }
</style>

background-color css

<style>
 a { background-color: #02308A; }

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

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

border-color css

<style>
 span { border-color: #02308A; }

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

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