Html Css Color HEX #030F93 Dark Blue

📋 copy color: '#030F93'

red 3 ◦ green 15 ◦ blue 147

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

Shades of Dark Blue #030F93

Tints of Dark Blue #030F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 89.09%

R = 1.82%
G = 9.09%
B = 89.09%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#030F93 (or 0x030F93) is known color: Dark Blue. HEX triplet: 03, 0F and 93. RGB value is (3,15,147). Sum of RGB (Red+Green+Blue) = 3+15+147=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 147 (57.81% from 255 or 89.09% from 165); Max value from RGB is 147 - color contains mainly: blue. Hex color #030F93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030F93 is #FCF06C. Grayscale: #191919. Windows color (decimal): -16576621 or 9637635. OLE color: 9637635.

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

Color convert

RGB 3 15 147 -
CMYK 0.98 0.90 0 0.42
HSL 235º 0.96% 0.29% -
HSV(B) 235º 0.98% 0.58% -
XYZ 5.47 2.47 27.79 -
YUV 26.46 196.02 111.27 -
System Red Green Blue C M Y K H S L
Decimal 3 15 147 0.98 0.90 0 0.42 235 0.96 0.29
Hex 3 F 93 62 5A 0 2A EB 60 1D
Octal 3 17 223 142 132 0 52 353 140 35
Binary 11 1111 10010011 1100010 1011010 0 101010 11101011 1100000 11101

Color Harmonies of #030F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F93

Black with #030F93

Text Example


Text Example

White with #030F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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