Html Css Color HEX #030E91 Dark Blue

📋 copy color: '#030E91'

red 3 ◦ green 14 ◦ blue 145

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

Shades of Dark Blue #030E91

Tints of Dark Blue #030E91

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.64%

 BLUE value IS 145 (57.03% from 255) = 89.51%

R = 1.85%
G = 8.64%
B = 89.51%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030E91 (or 0x030E91) is known color: Dark Blue. HEX triplet: 03, 0E and 91. RGB value is (3,14,145). Sum of RGB (Red+Green+Blue) = 3+14+145=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 145 (57.03% from 255 or 89.51% from 162); Max value from RGB is 145 - color contains mainly: blue. Hex color #030E91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030E91 is #FCF16E. Grayscale: #191919. Windows color (decimal): -16576879 or 9506307. OLE color: 9506307.

HSL color Cylindrical-coordinate representation of color #030E91: hue angle of 235.35º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030E91 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 14 145 -
CMYK 0.98 0.90 0 0.43
HSL 235.35º 0.96% 0.29% -
HSV(B) 235.35º 0.98% 0.57% -
XYZ 5.31 2.38 26.97 -
YUV 25.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 3 14 145 0.98 0.90 0 0.43 235.35 0.96 0.29
Hex 3 E 91 62 5A 0 2B EB 60 1D
Octal 3 16 221 142 132 0 53 353 140 35
Binary 11 1110 10010001 1100010 1011010 0 101011 11101011 1100000 11101

Color Harmonies of #030E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E91

Black with #030E91

Text Example


Text Example

White with #030E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,14,145); }

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

background-color css

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

 a { background-color: rgb(3,14,145); }

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

border-color css

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

 span { border-color: rgb(3,14,145); }

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