Html Css Color HEX #1272CF Navy Blue

📋 copy color: '#1272CF'

red 18 ◦ green 114 ◦ blue 207

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

Shades of Navy Blue #1272CF

Tints of Navy Blue #1272CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 5.31%
G = 33.63%
B = 61.06%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1272CF (or 0x1272CF) is known color: Navy Blue. HEX triplet: 12, 72 and CF. RGB value is (18,114,207). Sum of RGB (Red+Green+Blue) = 18+114+207=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #1272CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272CF is #ED8D30. Grayscale: #5F5F5F. Windows color (decimal): -15568177 or 13595154. OLE color: 13595154.

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

Color convert

RGB 18 114 207 -
CMYK 0.91 0.45 0 0.19
HSL 209.52º 0.84% 0.44% -
HSV(B) 209.52º 0.91% 0.81% -
XYZ 17.53 16.67 61.32 -
YUV 95.9 190.7 72.44 -
System Red Green Blue C M Y K H S L
Decimal 18 114 207 0.91 0.45 0 0.19 209.52 0.84 0.44
Hex 12 72 CF 5B 2D 0 13 D2 54 2C
Octal 22 162 317 133 55 0 23 322 124 54
Binary 10010 1110010 11001111 1011011 101101 0 10011 11010010 1010100 101100

Color Harmonies of #1272CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272CF

Black with #1272CF

Text Example


Text Example

White with #1272CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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