Html Css Color HEX #030B89 Dark Blue

📋 copy color: '#030B89'

red 3 ◦ green 11 ◦ blue 137

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

Shades of Dark Blue #030B89

Tints of Dark Blue #030B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.28%

 BLUE value IS 137 (53.91% from 255) = 90.73%

R = 1.99%
G = 7.28%
B = 90.73%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#030B89 (or 0x030B89) is known color: Dark Blue. HEX triplet: 03, 0B and 89. RGB value is (3,11,137). Sum of RGB (Red+Green+Blue) = 3+11+137=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 137 (53.91% from 255 or 90.73% from 151); Max value from RGB is 137 - color contains mainly: blue. Hex color #030B89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030B89 is #FCF476. Grayscale: #161616. Windows color (decimal): -16577655 or 8981251. OLE color: 8981251.

HSL color Cylindrical-coordinate representation of color #030B89: hue angle of 236.42º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030B89 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 11 137 -
CMYK 0.98 0.92 0 0.46
HSL 236.42º 0.96% 0.27% -
HSV(B) 236.42º 0.98% 0.54% -
XYZ 4.67 2.06 23.82 -
YUV 22.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 3 11 137 0.98 0.92 0 0.46 236.42 0.96 0.27
Hex 3 B 89 62 5C 0 2E EC 60 1B
Octal 3 13 211 142 134 0 56 354 140 33
Binary 11 1011 10001001 1100010 1011100 0 101110 11101100 1100000 11011

Color Harmonies of #030B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B89

Black with #030B89

Text Example


Text Example

White with #030B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030B89; }

 p { color: rgb(3,11,137); }

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

background-color css

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

 a { background-color: rgb(3,11,137); }

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

border-color css

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

 span { border-color: rgb(3,11,137); }

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