Html Css Color HEX #030F7F Navy

📋 copy color: '#030F7F'

red 3 ◦ green 15 ◦ blue 127

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

Shades of Navy #030F7F

Tints of Navy #030F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 87.59%

R = 2.07%
G = 10.34%
B = 87.59%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#030F7F (or 0x030F7F) is known color: Navy. HEX triplet: 03, 0F and 7F. RGB value is (3,15,127). Sum of RGB (Red+Green+Blue) = 3+15+127=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 127 (50% from 255 or 87.59% from 145); Max value from RGB is 127 - color contains mainly: blue. Hex color #030F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F7F is #FCF080. Grayscale: #171717. Windows color (decimal): -16576641 or 8326915. OLE color: 8326915.

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

Color convert

RGB 3 15 127 -
CMYK 0.98 0.88 0 0.50
HSL 234.19º 0.95% 0.25% -
HSV(B) 234.19º 0.98% 0.5% -
XYZ 4.04 1.89 20.23 -
YUV 24.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 3 15 127 0.98 0.88 0 0.50 234.19 0.95 0.25
Hex 3 F 7F 62 58 0 32 EA 5F 19
Octal 3 17 177 142 130 0 62 352 137 31
Binary 11 1111 1111111 1100010 1011000 0 110010 11101010 1011111 11001

Color Harmonies of #030F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F7F

Black with #030F7F

Text Example


Text Example

White with #030F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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