Html Css Color HEX #1065F5 Navy Blue

📋 copy color: '#1065F5'

red 16 ◦ green 101 ◦ blue 245

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

Shades of Navy Blue #1065F5

Tints of Navy Blue #1065F5

RGB

 RED value IS 16 (6.64% from 255) = 4.42%

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

 BLUE value IS 245 (96.09% from 255) = 67.68%

R = 4.42%
G = 27.9%
B = 67.68%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1065F5 (or 0x1065F5) is known color: Navy Blue. HEX triplet: 10, 65 and F5. RGB value is (16,101,245). Sum of RGB (Red+Green+Blue) = 16+101+245=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 245 (96.09% from 255 or 67.68% from 362); Max value from RGB is 245 - color contains mainly: blue. Hex color #1065F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1065F5 is #EF9A0A. Grayscale: #5B5B5B. Windows color (decimal): -15702539 or 16082192. OLE color: 16082192.

HSL color Cylindrical-coordinate representation of color #1065F5: hue angle of 217.73º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1065F5 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 101 245 -
CMYK 0.93 0.59 0 0.04
HSL 217.73º 0.92% 0.51% -
HSV(B) 217.73º 0.93% 0.96% -
XYZ 21.35 16.01 88.35 -
YUV 92 214.34 73.79 -
System Red Green Blue C M Y K H S L
Decimal 16 101 245 0.93 0.59 0 0.04 217.73 0.92 0.51
Hex 10 65 F5 5D 3B 0 4 DA 5C 33
Octal 20 145 365 135 73 0 4 332 134 63
Binary 10000 1100101 11110101 1011101 111011 0 100 11011010 1011100 110011

Color Harmonies of #1065F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1065F5

Black with #1065F5

Text Example


Text Example

White with #1065F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1065F5; }

 p { color: rgb(16,101,245); }

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

background-color css

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

 a { background-color: rgb(16,101,245); }

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

border-color css

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

 span { border-color: rgb(16,101,245); }

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