Html Css Color HEX #02308B Smalt

📋 copy color: '#02308B'

red 2 ◦ green 48 ◦ blue 139

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

Shades of Smalt #02308B

Tints of Smalt #02308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 73.54%

R = 1.06%
G = 25.4%
B = 73.54%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02308B (or 0x02308B) is known color: Smalt. HEX triplet: 02, 30 and 8B. RGB value is (2,48,139). Sum of RGB (Red+Green+Blue) = 2+48+139=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #02308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02308B is #FDCF74. Grayscale: #2C2C2C. Windows color (decimal): -16633717 or 9121794. OLE color: 9121794.

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

Color convert

RGB 2 48 139 -
CMYK 0.99 0.65 0 0.45
HSL 219.85º 0.97% 0.28% -
HSV(B) 219.85º 0.99% 0.55% -
XYZ 5.74 3.99 24.89 -
YUV 44.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 2 48 139 0.99 0.65 0 0.45 219.85 0.97 0.28
Hex 2 30 8B 63 41 0 2D DC 61 1C
Octal 2 60 213 143 101 0 55 334 141 34
Binary 10 110000 10001011 1100011 1000001 0 101101 11011100 1100001 11100

Color Harmonies of #02308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02308B

Black with #02308B

Text Example


Text Example

White with #02308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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