Html Css Color HEX #030F85 Navy

📋 copy color: '#030F85'

red 3 ◦ green 15 ◦ blue 133

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

Shades of Navy #030F85

Tints of Navy #030F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 88.08%

R = 1.99%
G = 9.93%
B = 88.08%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#030F85 (or 0x030F85) is known color: Navy. HEX triplet: 03, 0F and 85. RGB value is (3,15,133). Sum of RGB (Red+Green+Blue) = 3+15+133=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #030F85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030F85 is #FCF07A. Grayscale: #181818. Windows color (decimal): -16576635 or 8720131. OLE color: 8720131.

HSL color Cylindrical-coordinate representation of color #030F85: hue angle of 234.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030F85 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 15 133 -
CMYK 0.98 0.89 0 0.48
HSL 234.46º 0.96% 0.27% -
HSV(B) 234.46º 0.98% 0.52% -
XYZ 4.44 2.05 22.35 -
YUV 24.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 3 15 133 0.98 0.89 0 0.48 234.46 0.96 0.27
Hex 3 F 85 62 59 0 30 EA 60 1B
Octal 3 17 205 142 131 0 60 352 140 33
Binary 11 1111 10000101 1100010 1011001 0 110000 11101010 1100000 11011

Color Harmonies of #030F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F85

Black with #030F85

Text Example


Text Example

White with #030F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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