Html Css Color HEX #03078C Dark Blue

📋 copy color: '#03078C'

red 3 ◦ green 7 ◦ blue 140

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

Shades of Dark Blue #03078C

Tints of Dark Blue #03078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 93.33%

R = 2%
G = 4.67%
B = 93.33%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03078C (or 0x03078C) is known color: Dark Blue. HEX triplet: 03, 07 and 8C. RGB value is (3,7,140). Sum of RGB (Red+Green+Blue) = 3+7+140=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 140 (55.08% from 255 or 93.33% from 150); Max value from RGB is 140 - color contains mainly: blue. Hex color #03078C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03078C is #FCF873. Grayscale: #141414. Windows color (decimal): -16578676 or 9176835. OLE color: 9176835.

HSL color Cylindrical-coordinate representation of color #03078C: hue angle of 238.25º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03078C is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 7 140 -
CMYK 0.98 0.95 0 0.45
HSL 238.25º 0.96% 0.28% -
HSV(B) 238.25º 0.98% 0.55% -
XYZ 4.85 2.06 24.95 -
YUV 20.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 3 7 140 0.98 0.95 0 0.45 238.25 0.96 0.28
Hex 3 7 8C 62 5F 0 2D EE 60 1C
Octal 3 7 214 142 137 0 55 356 140 34
Binary 11 111 10001100 1100010 1011111 0 101101 11101110 1100000 11100

Color Harmonies of #03078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03078C

Black with #03078C

Text Example


Text Example

White with #03078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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