Html Css Color HEX #1275D7 Navy Blue

📋 copy color: '#1275D7'

red 18 ◦ green 117 ◦ blue 215

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

Shades of Navy Blue #1275D7

Tints of Navy Blue #1275D7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 215 (84.38% from 255) = 61.43%

R = 5.14%
G = 33.43%
B = 61.43%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1275D7 (or 0x1275D7) is known color: Navy Blue. HEX triplet: 12, 75 and D7. RGB value is (18,117,215). Sum of RGB (Red+Green+Blue) = 18+117+215=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #1275D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275D7 is #ED8A28. Grayscale: #626262. Windows color (decimal): -15567401 or 14120210. OLE color: 14120210.

HSL color Cylindrical-coordinate representation of color #1275D7: hue angle of 209.85º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1275D7 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 117 215 -
CMYK 0.92 0.46 0 0.16
HSL 209.85º 0.85% 0.46% -
HSV(B) 209.85º 0.92% 0.84% -
XYZ 18.88 17.76 66.72 -
YUV 98.57 193.7 70.53 -
System Red Green Blue C M Y K H S L
Decimal 18 117 215 0.92 0.46 0 0.16 209.85 0.85 0.46
Hex 12 75 D7 5C 2E 0 10 D2 55 2E
Octal 22 165 327 134 56 0 20 322 125 56
Binary 10010 1110101 11010111 1011100 101110 0 10000 11010010 1010101 101110

Color Harmonies of #1275D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1275D7

Black with #1275D7

Text Example


Text Example

White with #1275D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1275D7; }

 p { color: rgb(18,117,215); }

 H1.HeaderClassName
 {
   color: #1275D7;
 }
 .AnyTagClassName
 {
   color: #1275D7;
 }
</style>

background-color css

<style>
 a { background-color: #1275D7; }

 a { background-color: rgb(18,117,215); }

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

border-color css

<style>
 span { border-color: #1275D7; }

 span { border-color: rgb(18,117,215); }

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