Html Css Color HEX #0465DF Navy Blue

📋 copy color: '#0465DF'

red 4 ◦ green 101 ◦ blue 223

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

Shades of Navy Blue #0465DF

Tints of Navy Blue #0465DF

RGB

 RED value IS 4 (1.95% from 255) = 1.22%

 GREEN value IS 101 (39.84% from 255) = 30.79%

 BLUE value IS 223 (87.5% from 255) = 67.99%

R = 1.22%
G = 30.79%
B = 67.99%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0465DF (or 0x0465DF) is known color: Navy Blue. HEX triplet: 04, 65 and DF. RGB value is (4,101,223). Sum of RGB (Red+Green+Blue) = 4+101+223=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #0465DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0465DF is #FB9A20. Grayscale: #555555. Windows color (decimal): -16488993 or 14640388. OLE color: 14640388.

HSL color Cylindrical-coordinate representation of color #0465DF: hue angle of 213.42º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0465DF is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 101 223 -
CMYK 0.98 0.55 0 0.13
HSL 213.42º 0.96% 0.45% -
HSV(B) 213.42º 0.98% 0.87% -
XYZ 18.02 14.66 71.69 -
YUV 85.91 205.36 69.58 -
System Red Green Blue C M Y K H S L
Decimal 4 101 223 0.98 0.55 0 0.13 213.42 0.96 0.45
Hex 4 65 DF 62 37 0 D D5 60 2D
Octal 4 145 337 142 67 0 15 325 140 55
Binary 100 1100101 11011111 1100010 110111 0 1101 11010101 1100000 101101

Color Harmonies of #0465DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0465DF

Black with #0465DF

Text Example


Text Example

White with #0465DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0465DF; }

 p { color: rgb(4,101,223); }

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

background-color css

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

 a { background-color: rgb(4,101,223); }

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

border-color css

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

 span { border-color: rgb(4,101,223); }

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