Html Css Color HEX #1365DD Navy Blue

📋 copy color: '#1365DD'

red 19 ◦ green 101 ◦ blue 221

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

Shades of Navy Blue #1365DD

Tints of Navy Blue #1365DD

RGB

 RED value IS 19 (7.81% from 255) = 5.57%

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 5.57%
G = 29.62%
B = 64.81%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1365DD (or 0x1365DD) is known color: Navy Blue. HEX triplet: 13, 65 and DD. RGB value is (19,101,221). Sum of RGB (Red+Green+Blue) = 19+101+221=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #1365DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365DD is #EC9A22. Grayscale: #595959. Windows color (decimal): -15505955 or 14509331. OLE color: 14509331.

HSL color Cylindrical-coordinate representation of color #1365DD: hue angle of 215.64º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1365DD is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 101 221 -
CMYK 0.91 0.54 0 0.13
HSL 215.64º 0.84% 0.47% -
HSV(B) 215.64º 0.91% 0.87% -
XYZ 17.97 14.67 70.29 -
YUV 90.16 201.83 77.24 -
System Red Green Blue C M Y K H S L
Decimal 19 101 221 0.91 0.54 0 0.13 215.64 0.84 0.47
Hex 13 65 DD 5B 36 0 D D8 54 2F
Octal 23 145 335 133 66 0 15 330 124 57
Binary 10011 1100101 11011101 1011011 110110 0 1101 11011000 1010100 101111

Color Harmonies of #1365DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1365DD

Black with #1365DD

Text Example


Text Example

White with #1365DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1365DD; }

 p { color: rgb(19,101,221); }

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

background-color css

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

 a { background-color: rgb(19,101,221); }

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

border-color css

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

 span { border-color: rgb(19,101,221); }

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