Html Css Color HEX #003088 Smalt

📋 copy color: '#003088'

red 0 ◦ green 48 ◦ blue 136

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

Shades of Smalt #003088

Tints of Smalt #003088

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 136 (53.52% from 255) = 73.91%

R = 0%
G = 26.09%
B = 73.91%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#003088 (or 0x003088) is known color: Smalt. HEX triplet: 00, 30 and 88. RGB value is (0,48,136). Sum of RGB (Red+Green+Blue) = 0+48+136=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 136 (53.52% from 255 or 73.91% from 184); Max value from RGB is 136 - color contains mainly: blue. Hex color #003088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003088 is #FFCF77. Grayscale: #2B2B2B. Windows color (decimal): -16764792 or 8925184. OLE color: 8925184.

HSL color Cylindrical-coordinate representation of color #003088: hue angle of 218.82º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003088 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 48 136 -
CMYK 1 0.65 0 0.47
HSL 218.82º 1% 0.27% -
HSV(B) 218.82º 1% 0.53% -
XYZ 5.5 3.89 23.75 -
YUV 43.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 0 48 136 1 0.65 0 0.47 218.82 1 0.27
Hex 0 30 88 64 41 0 2F DB 64 1B
Octal 0 60 210 144 101 0 57 333 144 33
Binary 0 110000 10001000 1100100 1000001 0 101111 11011011 1100100 11011

Color Harmonies of #003088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003088

Black with #003088

Text Example


Text Example

White with #003088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003088; }

 p { color: rgb(0,48,136); }

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

background-color css

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

 a { background-color: rgb(0,48,136); }

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

border-color css

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

 span { border-color: rgb(0,48,136); }

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