Html Css Color HEX #1565F3 Navy Blue

📋 copy color: '#1565F3'

red 21 ◦ green 101 ◦ blue 243

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

Shades of Navy Blue #1565F3

Tints of Navy Blue #1565F3

RGB

 RED value IS 21 (8.59% from 255) = 5.75%

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

 BLUE value IS 243 (95.31% from 255) = 66.58%

R = 5.75%
G = 27.67%
B = 66.58%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1565F3 (or 0x1565F3) is known color: Navy Blue. HEX triplet: 15, 65 and F3. RGB value is (21,101,243). Sum of RGB (Red+Green+Blue) = 21+101+243=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 243 (95.31% from 255 or 66.58% from 365); Max value from RGB is 243 - color contains mainly: blue. Hex color #1565F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565F3 is #EA9A0C. Grayscale: #5C5C5C. Windows color (decimal): -15374861 or 15951125. OLE color: 15951125.

HSL color Cylindrical-coordinate representation of color #1565F3: hue angle of 218.38º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1565F3 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 101 243 -
CMYK 0.91 0.58 0 0.05
HSL 218.38º 0.9% 0.52% -
HSV(B) 218.38º 0.91% 0.95% -
XYZ 21.14 15.94 86.76 -
YUV 93.27 212.5 76.45 -
System Red Green Blue C M Y K H S L
Decimal 21 101 243 0.91 0.58 0 0.05 218.38 0.9 0.52
Hex 15 65 F3 5B 3A 0 5 DA 5A 34
Octal 25 145 363 133 72 0 5 332 132 64
Binary 10101 1100101 11110011 1011011 111010 0 101 11011010 1011010 110100

Color Harmonies of #1565F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565F3

Black with #1565F3

Text Example


Text Example

White with #1565F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1565F3; }

 p { color: rgb(21,101,243); }

 H1.HeaderClassName
 {
   color: #1565F3;
 }
 .AnyTagClassName
 {
   color: #1565F3;
 }
</style>

background-color css

<style>
 a { background-color: #1565F3; }

 a { background-color: rgb(21,101,243); }

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

border-color css

<style>
 span { border-color: #1565F3; }

 span { border-color: rgb(21,101,243); }

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