Html Css Color HEX #1275CF Navy Blue

📋 copy color: '#1275CF'

red 18 ◦ green 117 ◦ blue 207

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

Shades of Navy Blue #1275CF

Tints of Navy Blue #1275CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.53%

R = 5.26%
G = 34.21%
B = 60.53%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1275CF (or 0x1275CF) is known color: Navy Blue. HEX triplet: 12, 75 and CF. RGB value is (18,117,207). Sum of RGB (Red+Green+Blue) = 18+117+207=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #1275CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275CF is #ED8A30. Grayscale: #616161. Windows color (decimal): -15567409 or 13595922. OLE color: 13595922.

HSL color Cylindrical-coordinate representation of color #1275CF: hue angle of 208.57º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1275CF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 117 207 -
CMYK 0.91 0.43 0 0.19
HSL 208.57º 0.84% 0.44% -
HSV(B) 208.57º 0.91% 0.81% -
XYZ 17.87 17.36 61.44 -
YUV 97.66 189.7 71.18 -
System Red Green Blue C M Y K H S L
Decimal 18 117 207 0.91 0.43 0 0.19 208.57 0.84 0.44
Hex 12 75 CF 5B 2B 0 13 D1 54 2C
Octal 22 165 317 133 53 0 23 321 124 54
Binary 10010 1110101 11001111 1011011 101011 0 10011 11010001 1010100 101100

Color Harmonies of #1275CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1275CF

Black with #1275CF

Text Example


Text Example

White with #1275CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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