Html Css Color HEX #030A7C Navy

📋 copy color: '#030A7C'

red 3 ◦ green 10 ◦ blue 124

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

Shades of Navy #030A7C

Tints of Navy #030A7C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.3%

 BLUE value IS 124 (48.83% from 255) = 90.51%

R = 2.19%
G = 7.3%
B = 90.51%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#030A7C (or 0x030A7C) is known color: Navy. HEX triplet: 03, 0A and 7C. RGB value is (3,10,124). Sum of RGB (Red+Green+Blue) = 3+10+124=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 124 (48.83% from 255 or 90.51% from 137); Max value from RGB is 124 - color contains mainly: blue. Hex color #030A7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A7C is #FCF583. Grayscale: #141414. Windows color (decimal): -16577924 or 8129027. OLE color: 8129027.

HSL color Cylindrical-coordinate representation of color #030A7C: hue angle of 236.53º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030A7C is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 10 124 -
CMYK 0.98 0.92 0 0.51
HSL 236.53º 0.95% 0.25% -
HSV(B) 236.53º 0.98% 0.49% -
XYZ 3.78 1.69 19.2 -
YUV 20.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 3 10 124 0.98 0.92 0 0.51 236.53 0.95 0.25
Hex 3 A 7C 62 5C 0 33 ED 5F 19
Octal 3 12 174 142 134 0 63 355 137 31
Binary 11 1010 1111100 1100010 1011100 0 110011 11101101 1011111 11001

Color Harmonies of #030A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A7C

Black with #030A7C

Text Example


Text Example

White with #030A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,10,124); }

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

background-color css

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

 a { background-color: rgb(3,10,124); }

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

border-color css

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

 span { border-color: rgb(3,10,124); }

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