Html Css Color HEX #1265DF Navy Blue

📋 copy color: '#1265DF'

red 18 ◦ green 101 ◦ blue 223

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

Shades of Navy Blue #1265DF

Tints of Navy Blue #1265DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.2%

R = 5.26%
G = 29.53%
B = 65.2%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1265DF (or 0x1265DF) is known color: Navy Blue. HEX triplet: 12, 65 and DF. RGB value is (18,101,223). Sum of RGB (Red+Green+Blue) = 18+101+223=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #1265DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1265DF is #ED9A20. Grayscale: #595959. Windows color (decimal): -15571489 or 14640402. OLE color: 14640402.

HSL color Cylindrical-coordinate representation of color #1265DF: hue angle of 215.71º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1265DF is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 101 223 -
CMYK 0.92 0.55 0 0.13
HSL 215.71º 0.85% 0.47% -
HSV(B) 215.71º 0.92% 0.87% -
XYZ 18.22 14.76 71.7 -
YUV 90.09 203 76.58 -
System Red Green Blue C M Y K H S L
Decimal 18 101 223 0.92 0.55 0 0.13 215.71 0.85 0.47
Hex 12 65 DF 5C 37 0 D D8 55 2F
Octal 22 145 337 134 67 0 15 330 125 57
Binary 10010 1100101 11011111 1011100 110111 0 1101 11011000 1010101 101111

Color Harmonies of #1265DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1265DF

Black with #1265DF

Text Example


Text Example

White with #1265DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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