Html Css Color HEX #030988 Dark Blue

📋 copy color: '#030988'

red 3 ◦ green 9 ◦ blue 136

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

Shades of Dark Blue #030988

Tints of Dark Blue #030988

RGB

 RED value IS 3 (1.56% from 255) = 2.03%

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 2.03%
G = 6.08%
B = 91.89%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#030988 (or 0x030988) is known color: Dark Blue. HEX triplet: 03, 09 and 88. RGB value is (3,9,136). Sum of RGB (Red+Green+Blue) = 3+9+136=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 136 (53.52% from 255 or 91.89% from 148); Max value from RGB is 136 - color contains mainly: blue. Hex color #030988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030988 is #FCF677. Grayscale: #151515. Windows color (decimal): -16578168 or 8915203. OLE color: 8915203.

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

Color convert

RGB 3 9 136 -
CMYK 0.98 0.93 0 0.47
HSL 237.29º 0.96% 0.27% -
HSV(B) 237.29º 0.98% 0.53% -
XYZ 4.58 1.99 23.44 -
YUV 21.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 3 9 136 0.98 0.93 0 0.47 237.29 0.96 0.27
Hex 3 9 88 62 5D 0 2F ED 60 1B
Octal 3 11 210 142 135 0 57 355 140 33
Binary 11 1001 10001000 1100010 1011101 0 101111 11101101 1100000 11011

Color Harmonies of #030988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030988

Black with #030988

Text Example


Text Example

White with #030988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030988; }

 p { color: rgb(3,9,136); }

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

background-color css

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

 a { background-color: rgb(3,9,136); }

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

border-color css

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

 span { border-color: rgb(3,9,136); }

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