Html Css Color HEX #1270CF Navy Blue

📋 copy color: '#1270CF'

red 18 ◦ green 112 ◦ blue 207

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

Shades of Navy Blue #1270CF

Tints of Navy Blue #1270CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 5.34%
G = 33.23%
B = 61.42%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1270CF (or 0x1270CF) is known color: Navy Blue. HEX triplet: 12, 70 and CF. RGB value is (18,112,207). Sum of RGB (Red+Green+Blue) = 18+112+207=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #1270CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270CF is #ED8F30. Grayscale: #5E5E5E. Windows color (decimal): -15568689 or 13594642. OLE color: 13594642.

HSL color Cylindrical-coordinate representation of color #1270CF: hue angle of 210.16º 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 #1270CF is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 112 207 -
CMYK 0.91 0.46 0 0.19
HSL 210.16º 0.84% 0.44% -
HSV(B) 210.16º 0.91% 0.81% -
XYZ 17.31 16.22 61.25 -
YUV 94.72 191.36 73.28 -
System Red Green Blue C M Y K H S L
Decimal 18 112 207 0.91 0.46 0 0.19 210.16 0.84 0.44
Hex 12 70 CF 5B 2E 0 13 D2 54 2C
Octal 22 160 317 133 56 0 23 322 124 54
Binary 10010 1110000 11001111 1011011 101110 0 10011 11010010 1010100 101100

Color Harmonies of #1270CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1270CF

Black with #1270CF

Text Example


Text Example

White with #1270CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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