Html Css Color HEX #0465EF Navy Blue

📋 copy color: '#0465EF'

red 4 ◦ green 101 ◦ blue 239

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

Shades of Navy Blue #0465EF

Tints of Navy Blue #0465EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.48%

R = 1.16%
G = 29.36%
B = 69.48%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0465EF (or 0x0465EF) is known color: Navy Blue. HEX triplet: 04, 65 and EF. RGB value is (4,101,239). Sum of RGB (Red+Green+Blue) = 4+101+239=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #0465EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0465EF is #FB9A10. Grayscale: #575757. Windows color (decimal): -16488977 or 15688964. OLE color: 15688964.

HSL color Cylindrical-coordinate representation of color #0465EF: hue angle of 215.23º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0465EF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 101 239 -
CMYK 0.98 0.58 0 0.06
HSL 215.23º 0.97% 0.48% -
HSV(B) 215.23º 0.98% 0.94% -
XYZ 20.28 15.57 83.6 -
YUV 87.73 213.36 68.28 -
System Red Green Blue C M Y K H S L
Decimal 4 101 239 0.98 0.58 0 0.06 215.23 0.97 0.48
Hex 4 65 EF 62 3A 0 6 D7 61 30
Octal 4 145 357 142 72 0 6 327 141 60
Binary 100 1100101 11101111 1100010 111010 0 110 11010111 1100001 110000

Color Harmonies of #0465EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0465EF

Black with #0465EF

Text Example


Text Example

White with #0465EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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