Html Css Color HEX #1865EB Navy Blue

📋 copy color: '#1865EB'

red 24 ◦ green 101 ◦ blue 235

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

Shades of Navy Blue #1865EB

Tints of Navy Blue #1865EB

RGB

 RED value IS 24 (9.77% from 255) = 6.67%

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

 BLUE value IS 235 (92.19% from 255) = 65.28%

R = 6.67%
G = 28.06%
B = 65.28%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1865EB (or 0x1865EB) is known color: Navy Blue. HEX triplet: 18, 65 and EB. RGB value is (24,101,235). Sum of RGB (Red+Green+Blue) = 24+101+235=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #1865EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1865EB is #E79A14. Grayscale: #5C5C5C. Windows color (decimal): -15178261 or 15426840. OLE color: 15426840.

HSL color Cylindrical-coordinate representation of color #1865EB: hue angle of 218.1º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1865EB is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 101 235 -
CMYK 0.90 0.57 0 0.08
HSL 218.1º 0.84% 0.51% -
HSV(B) 218.1º 0.9% 0.92% -
XYZ 20.03 15.5 80.53 -
YUV 93.25 207.99 78.6 -
System Red Green Blue C M Y K H S L
Decimal 24 101 235 0.90 0.57 0 0.08 218.1 0.84 0.51
Hex 18 65 EB 5A 39 0 8 DA 54 33
Octal 30 145 353 132 71 0 10 332 124 63
Binary 11000 1100101 11101011 1011010 111001 0 1000 11011010 1010100 110011

Color Harmonies of #1865EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1865EB

Black with #1865EB

Text Example


Text Example

White with #1865EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1865EB; }

 p { color: rgb(24,101,235); }

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

background-color css

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

 a { background-color: rgb(24,101,235); }

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

border-color css

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

 span { border-color: rgb(24,101,235); }

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