Html Css Color HEX #030F91 Dark Blue

📋 copy color: '#030F91'

red 3 ◦ green 15 ◦ blue 145

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

Shades of Dark Blue #030F91

Tints of Dark Blue #030F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.2%

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

R = 1.84%
G = 9.2%
B = 88.96%

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

#030F91 (or 0x030F91) is known color: Dark Blue. HEX triplet: 03, 0F and 91. RGB value is (3,15,145). Sum of RGB (Red+Green+Blue) = 3+15+145=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #030F91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030F91 is #FCF06E. Grayscale: #191919. Windows color (decimal): -16576623 or 9506563. OLE color: 9506563.

HSL color Cylindrical-coordinate representation of color #030F91: hue angle of 234.93º 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 #030F91 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 15 145 -
CMYK 0.98 0.90 0 0.43
HSL 234.93º 0.96% 0.29% -
HSV(B) 234.93º 0.98% 0.57% -
XYZ 5.32 2.41 26.97 -
YUV 26.23 195.02 111.43 -
System Red Green Blue C M Y K H S L
Decimal 3 15 145 0.98 0.90 0 0.43 234.93 0.96 0.29
Hex 3 F 91 62 5A 0 2B EB 60 1D
Octal 3 17 221 142 132 0 53 353 140 35
Binary 11 1111 10010001 1100010 1011010 0 101011 11101011 1100000 11101

Color Harmonies of #030F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F91

Black with #030F91

Text Example


Text Example

White with #030F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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