Html Css Color HEX #030E74 Navy

📋 copy color: '#030E74'

red 3 ◦ green 14 ◦ blue 116

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

Shades of Navy #030E74

Tints of Navy #030E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 87.22%

R = 2.26%
G = 10.53%
B = 87.22%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030E74 (or 0x030E74) is known color: Navy. HEX triplet: 03, 0E and 74. RGB value is (3,14,116). Sum of RGB (Red+Green+Blue) = 3+14+116=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 116 (45.70% from 255 or 87.22% from 133); Max value from RGB is 116 - color contains mainly: blue. Hex color #030E74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E74 is #FCF18B. Grayscale: #151515. Windows color (decimal): -16576908 or 7605763. OLE color: 7605763.

HSL color Cylindrical-coordinate representation of color #030E74: hue angle of 234.16º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E74 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 14 116 -
CMYK 0.97 0.88 0 0.55
HSL 234.16º 0.95% 0.23% -
HSV(B) 234.16º 0.97% 0.45% -
XYZ 3.35 1.59 16.65 -
YUV 22.34 180.86 114.21 -
System Red Green Blue C M Y K H S L
Decimal 3 14 116 0.97 0.88 0 0.55 234.16 0.95 0.23
Hex 3 E 74 61 58 0 37 EA 5F 17
Octal 3 16 164 141 130 0 67 352 137 27
Binary 11 1110 1110100 1100001 1011000 0 110111 11101010 1011111 10111

Color Harmonies of #030E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E74

Black with #030E74

Text Example


Text Example

White with #030E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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