Html Css Color HEX #1272CC Navy Blue

📋 copy color: '#1272CC'

red 18 ◦ green 114 ◦ blue 204

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

Shades of Navy Blue #1272CC

Tints of Navy Blue #1272CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 5.36%
G = 33.93%
B = 60.71%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1272CC (or 0x1272CC) is known color: Navy Blue. HEX triplet: 12, 72 and CC. RGB value is (18,114,204). Sum of RGB (Red+Green+Blue) = 18+114+204=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #1272CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272CC is #ED8D33. Grayscale: #5F5F5F. Windows color (decimal): -15568180 or 13398546. OLE color: 13398546.

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

Color convert

RGB 18 114 204 -
CMYK 0.91 0.44 0 0.2
HSL 209.03º 0.84% 0.44% -
HSV(B) 209.03º 0.91% 0.8% -
XYZ 17.17 16.52 59.41 -
YUV 95.56 189.2 72.68 -
System Red Green Blue C M Y K H S L
Decimal 18 114 204 0.91 0.44 0 0.2 209.03 0.84 0.44
Hex 12 72 CC 5B 2C 0 14 D1 54 2C
Octal 22 162 314 133 54 0 24 321 124 54
Binary 10010 1110010 11001100 1011011 101100 0 10100 11010001 1010100 101100

Color Harmonies of #1272CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272CC

Black with #1272CC

Text Example


Text Example

White with #1272CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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