Html Css Color HEX #030875 Navy

📋 copy color: '#030875'

red 3 ◦ green 8 ◦ blue 117

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

Shades of Navy #030875

Tints of Navy #030875

RGB

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

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

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

R = 2.34%
G = 6.25%
B = 91.41%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030875 (or 0x030875) is known color: Navy. HEX triplet: 03, 08 and 75. RGB value is (3,8,117). Sum of RGB (Red+Green+Blue) = 3+8+117=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 117 (46.09% from 255 or 91.41% from 128); Max value from RGB is 117 - color contains mainly: blue. Hex color #030875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030875 is #FCF78A. Grayscale: #121212. Windows color (decimal): -16578443 or 7669763. OLE color: 7669763.

HSL color Cylindrical-coordinate representation of color #030875: hue angle of 237.37º 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 #030875 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 8 117 -
CMYK 0.97 0.93 0 0.54
HSL 237.37º 0.95% 0.24% -
HSV(B) 237.37º 0.97% 0.46% -
XYZ 3.34 1.48 16.94 -
YUV 18.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 3 8 117 0.97 0.93 0 0.54 237.37 0.95 0.24
Hex 3 8 75 61 5D 0 36 ED 5F 18
Octal 3 10 165 141 135 0 66 355 137 30
Binary 11 1000 1110101 1100001 1011101 0 110110 11101101 1011111 11000

Color Harmonies of #030875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030875

Black with #030875

Text Example


Text Example

White with #030875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030875; }

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

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

background-color css

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

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

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

border-color css

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

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

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