Html Css Color HEX #030A75 Navy

📋 copy color: '#030A75'

red 3 ◦ green 10 ◦ blue 117

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

Shades of Navy #030A75

Tints of Navy #030A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 90%

R = 2.31%
G = 7.69%
B = 90%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030A75 (or 0x030A75) is known color: Navy. HEX triplet: 03, 0A and 75. RGB value is (3,10,117). Sum of RGB (Red+Green+Blue) = 3+10+117=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 117 (46.09% from 255 or 90% from 130); Max value from RGB is 117 - color contains mainly: blue. Hex color #030A75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A75 is #FCF58A. Grayscale: #131313. Windows color (decimal): -16577931 or 7670275. OLE color: 7670275.

HSL color Cylindrical-coordinate representation of color #030A75: hue angle of 236.32º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030A75 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 10 117 -
CMYK 0.97 0.91 0 0.54
HSL 236.32º 0.95% 0.24% -
HSV(B) 236.32º 0.97% 0.46% -
XYZ 3.36 1.52 16.95 -
YUV 20.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 3 10 117 0.97 0.91 0 0.54 236.32 0.95 0.24
Hex 3 A 75 61 5B 0 36 EC 5F 18
Octal 3 12 165 141 133 0 66 354 137 30
Binary 11 1010 1110101 1100001 1011011 0 110110 11101100 1011111 11000

Color Harmonies of #030A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A75

Black with #030A75

Text Example


Text Example

White with #030A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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