Html Css Color HEX #030865 Navy

📋 copy color: '#030865'

red 3 ◦ green 8 ◦ blue 101

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

Shades of Navy #030865

Tints of Navy #030865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 90.18%

R = 2.68%
G = 7.14%
B = 90.18%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#030865 (or 0x030865) is known color: Navy. HEX triplet: 03, 08 and 65. RGB value is (3,8,101). Sum of RGB (Red+Green+Blue) = 3+8+101=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 101 (39.84% from 255 or 90.18% from 112); Max value from RGB is 101 - color contains mainly: blue. Hex color #030865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030865 is #FCF79A. Grayscale: #101010. Windows color (decimal): -16578459 or 6621187. OLE color: 6621187.

HSL color Cylindrical-coordinate representation of color #030865: hue angle of 236.94º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030865 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 8 101 -
CMYK 0.97 0.92 0 0.60
HSL 236.94º 0.94% 0.2% -
HSV(B) 236.94º 0.97% 0.4% -
XYZ 2.47 1.13 12.4 -
YUV 17.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 3 8 101 0.97 0.92 0 0.60 236.94 0.94 0.2
Hex 3 8 65 61 5C 0 3C ED 5E 14
Octal 3 10 145 141 134 0 74 355 136 24
Binary 11 1000 1100101 1100001 1011100 0 111100 11101101 1011110 10100

Color Harmonies of #030865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030865

Black with #030865

Text Example


Text Example

White with #030865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030865; }

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

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

background-color css

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

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

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

border-color css

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

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

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