Html Css Color HEX #030665 Navy

📋 copy color: '#030665'

red 3 ◦ green 6 ◦ blue 101

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

Shades of Navy #030665

Tints of Navy #030665

RGB

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

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

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

R = 2.73%
G = 5.45%
B = 91.82%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#030665 (or 0x030665) is known color: Navy. HEX triplet: 03, 06 and 65. RGB value is (3,6,101). Sum of RGB (Red+Green+Blue) = 3+6+101=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 101 (39.84% from 255 or 91.82% from 110); Max value from RGB is 101 - color contains mainly: blue. Hex color #030665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030665 is #FCF99A. Grayscale: #0F0F0F. Windows color (decimal): -16578971 or 6620675. OLE color: 6620675.

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

Color convert

RGB 3 6 101 -
CMYK 0.97 0.94 0 0.60
HSL 238.16º 0.94% 0.2% -
HSV(B) 238.16º 0.97% 0.4% -
XYZ 2.45 1.09 12.39 -
YUV 15.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 3 6 101 0.97 0.94 0 0.60 238.16 0.94 0.2
Hex 3 6 65 61 5E 0 3C EE 5E 14
Octal 3 6 145 141 136 0 74 356 136 24
Binary 11 110 1100101 1100001 1011110 0 111100 11101110 1011110 10100

Color Harmonies of #030665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030665

Black with #030665

Text Example


Text Example

White with #030665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030665; }

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

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

background-color css

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

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

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

border-color css

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

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

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