Html Css Color HEX #030088 Dark Blue

📋 copy color: '#030088'

red 3 ◦ green 0 ◦ blue 136

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

Shades of Dark Blue #030088

Tints of Dark Blue #030088

RGB

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

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

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

R = 2.16%
G = 0%
B = 97.84%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#030088 (or 0x030088) is known color: Dark Blue. HEX triplet: 03, 00 and 88. RGB value is (3,0,136). Sum of RGB (Red+Green+Blue) = 3+0+136=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 136 (53.52% from 255 or 97.84% from 139); Max value from RGB is 136 - color contains mainly: blue. Hex color #030088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030088 is #FCFF77. Grayscale: #0F0F0F. Windows color (decimal): -16580472 or 8912899. OLE color: 8912899.

HSL color Cylindrical-coordinate representation of color #030088: hue angle of 241.32º 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 #030088 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 0 136 -
CMYK 0.98 1 0 0.47
HSL 241.32º 1% 0.27% -
HSV(B) 241.32º 1% 0.53% -
XYZ 4.48 1.8 23.4 -
YUV 16.4 195.49 118.44 -
System Red Green Blue C M Y K H S L
Decimal 3 0 136 0.98 1 0 0.47 241.32 1 0.27
Hex 3 0 88 62 64 0 2F F1 64 1B
Octal 3 0 210 142 144 0 57 361 144 33
Binary 11 0 10001000 1100010 1100100 0 101111 11110001 1100100 11011

Color Harmonies of #030088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030088

Black with #030088

Text Example


Text Example

White with #030088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030088; }

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

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

background-color css

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

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

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

border-color css

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

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

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