Html Css Color HEX #030885 Navy

📋 copy color: '#030885'

red 3 ◦ green 8 ◦ blue 133

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

Shades of Navy #030885

Tints of Navy #030885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.56%

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

R = 2.08%
G = 5.56%
B = 92.36%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#030885 (or 0x030885) is known color: Navy. HEX triplet: 03, 08 and 85. RGB value is (3,8,133). Sum of RGB (Red+Green+Blue) = 3+8+133=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 133 (52.34% from 255 or 92.36% from 144); Max value from RGB is 133 - color contains mainly: blue. Hex color #030885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030885 is #FCF77A. Grayscale: #141414. Windows color (decimal): -16578427 or 8718339. OLE color: 8718339.

HSL color Cylindrical-coordinate representation of color #030885: hue angle of 237.69º 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 #030885 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 8 133 -
CMYK 0.98 0.94 0 0.48
HSL 237.69º 0.96% 0.27% -
HSV(B) 237.69º 0.98% 0.52% -
XYZ 4.36 1.89 22.32 -
YUV 20.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 3 8 133 0.98 0.94 0 0.48 237.69 0.96 0.27
Hex 3 8 85 62 5E 0 30 EE 60 1B
Octal 3 10 205 142 136 0 60 356 140 33
Binary 11 1000 10000101 1100010 1011110 0 110000 11101110 1100000 11011

Color Harmonies of #030885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030885

Black with #030885

Text Example


Text Example

White with #030885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030885; }

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

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

background-color css

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

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

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

border-color css

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

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

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