Html Css Color HEX #030788 Dark Blue

📋 copy color: '#030788'

red 3 ◦ green 7 ◦ blue 136

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

Shades of Dark Blue #030788

Tints of Dark Blue #030788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.79%

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

R = 2.05%
G = 4.79%
B = 93.15%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#030788 (or 0x030788) is known color: Dark Blue. HEX triplet: 03, 07 and 88. RGB value is (3,7,136). Sum of RGB (Red+Green+Blue) = 3+7+136=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 136 (53.52% from 255 or 93.15% from 146); Max value from RGB is 136 - color contains mainly: blue. Hex color #030788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030788 is #FCF877. Grayscale: #131313. Windows color (decimal): -16578680 or 8914691. OLE color: 8914691.

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

Color convert

RGB 3 7 136 -
CMYK 0.98 0.95 0 0.47
HSL 238.2º 0.96% 0.27% -
HSV(B) 238.2º 0.98% 0.53% -
XYZ 4.56 1.95 23.43 -
YUV 20.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 3 7 136 0.98 0.95 0 0.47 238.2 0.96 0.27
Hex 3 7 88 62 5F 0 2F EE 60 1B
Octal 3 7 210 142 137 0 57 356 140 33
Binary 11 111 10001000 1100010 1011111 0 101111 11101110 1100000 11011

Color Harmonies of #030788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030788

Black with #030788

Text Example


Text Example

White with #030788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030788; }

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

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

background-color css

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

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

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

border-color css

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

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

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