Html Css Color HEX #030675 Navy

📋 copy color: '#030675'

red 3 ◦ green 6 ◦ blue 117

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

Shades of Navy #030675

Tints of Navy #030675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

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

R = 2.38%
G = 4.76%
B = 92.86%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030675 (or 0x030675) is known color: Navy. HEX triplet: 03, 06 and 75. RGB value is (3,6,117). Sum of RGB (Red+Green+Blue) = 3+6+117=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 117 (46.09% from 255 or 92.86% from 126); Max value from RGB is 117 - color contains mainly: blue. Hex color #030675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030675 is #FCF98A. Grayscale: #111111. Windows color (decimal): -16578955 or 7669251. OLE color: 7669251.

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

Color convert

RGB 3 6 117 -
CMYK 0.97 0.95 0 0.54
HSL 238.42º 0.95% 0.24% -
HSV(B) 238.42º 0.97% 0.46% -
XYZ 3.31 1.43 16.93 -
YUV 17.76 184.01 117.47 -
System Red Green Blue C M Y K H S L
Decimal 3 6 117 0.97 0.95 0 0.54 238.42 0.95 0.24
Hex 3 6 75 61 5F 0 36 EE 5F 18
Octal 3 6 165 141 137 0 66 356 137 30
Binary 11 110 1110101 1100001 1011111 0 110110 11101110 1011111 11000

Color Harmonies of #030675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030675

Black with #030675

Text Example


Text Example

White with #030675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030675; }

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

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

background-color css

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

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

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

border-color css

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

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

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