Html Css Color HEX #1265F1 Navy Blue

📋 copy color: '#1265F1'

red 18 ◦ green 101 ◦ blue 241

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

Shades of Navy Blue #1265F1

Tints of Navy Blue #1265F1

RGB

 RED value IS 18 (7.42% from 255) = 5%

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

 BLUE value IS 241 (94.53% from 255) = 66.94%

R = 5%
G = 28.06%
B = 66.94%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1265F1 (or 0x1265F1) is known color: Navy Blue. HEX triplet: 12, 65 and F1. RGB value is (18,101,241). Sum of RGB (Red+Green+Blue) = 18+101+241=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #1265F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1265F1 is #ED9A0E. Grayscale: #5B5B5B. Windows color (decimal): -15571471 or 15820050. OLE color: 15820050.

HSL color Cylindrical-coordinate representation of color #1265F1: hue angle of 217.67º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1265F1 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 101 241 -
CMYK 0.93 0.58 0 0.05
HSL 217.67º 0.89% 0.51% -
HSV(B) 217.67º 0.93% 0.95% -
XYZ 20.78 15.79 85.17 -
YUV 92.14 212 75.12 -
System Red Green Blue C M Y K H S L
Decimal 18 101 241 0.93 0.58 0 0.05 217.67 0.89 0.51
Hex 12 65 F1 5D 3A 0 5 DA 59 33
Octal 22 145 361 135 72 0 5 332 131 63
Binary 10010 1100101 11110001 1011101 111010 0 101 11011010 1011001 110011

Color Harmonies of #1265F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1265F1

Black with #1265F1

Text Example


Text Example

White with #1265F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1265F1; }

 p { color: rgb(18,101,241); }

 H1.HeaderClassName
 {
   color: #1265F1;
 }
 .AnyTagClassName
 {
   color: #1265F1;
 }
</style>

background-color css

<style>
 a { background-color: #1265F1; }

 a { background-color: rgb(18,101,241); }

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

border-color css

<style>
 span { border-color: #1265F1; }

 span { border-color: rgb(18,101,241); }

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