Html Css Color HEX #1272CB Navy Blue

📋 copy color: '#1272CB'

red 18 ◦ green 114 ◦ blue 203

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

Shades of Navy Blue #1272CB

Tints of Navy Blue #1272CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.6%

R = 5.37%
G = 34.03%
B = 60.6%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1272CB (or 0x1272CB) is known color: Navy Blue. HEX triplet: 12, 72 and CB. RGB value is (18,114,203). Sum of RGB (Red+Green+Blue) = 18+114+203=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #1272CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272CB is #ED8D34. Grayscale: #5E5E5E. Windows color (decimal): -15568181 or 13333010. OLE color: 13333010.

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

Color convert

RGB 18 114 203 -
CMYK 0.91 0.44 0 0.20
HSL 208.86º 0.84% 0.43% -
HSV(B) 208.86º 0.91% 0.8% -
XYZ 17.05 16.48 58.78 -
YUV 95.44 188.7 72.76 -
System Red Green Blue C M Y K H S L
Decimal 18 114 203 0.91 0.44 0 0.20 208.86 0.84 0.43
Hex 12 72 CB 5B 2C 0 14 D1 54 2B
Octal 22 162 313 133 54 0 24 321 124 53
Binary 10010 1110010 11001011 1011011 101100 0 10100 11010001 1010100 101011

Color Harmonies of #1272CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272CB

Black with #1272CB

Text Example


Text Example

White with #1272CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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