Html Css Color HEX #1280CB Navy Blue

📋 copy color: '#1280CB'

red 18 ◦ green 128 ◦ blue 203

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

Shades of Navy Blue #1280CB

Tints of Navy Blue #1280CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

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

R = 5.16%
G = 36.68%
B = 58.17%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1280CB (or 0x1280CB) is known color: Navy Blue. HEX triplet: 12, 80 and CB. RGB value is (18,128,203). Sum of RGB (Red+Green+Blue) = 18+128+203=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #1280CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1280CB is #ED7F34. Grayscale: #676767. Windows color (decimal): -15564597 or 13336594. OLE color: 13336594.

HSL color Cylindrical-coordinate representation of color #1280CB: hue angle of 204.32º 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 #1280CB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 128 203 -
CMYK 0.91 0.37 0 0.20
HSL 204.32º 0.84% 0.43% -
HSV(B) 204.32º 0.91% 0.8% -
XYZ 18.75 19.88 59.35 -
YUV 103.66 184.06 66.9 -
System Red Green Blue C M Y K H S L
Decimal 18 128 203 0.91 0.37 0 0.20 204.32 0.84 0.43
Hex 12 80 CB 5B 25 0 14 CC 54 2B
Octal 22 200 313 133 45 0 24 314 124 53
Binary 10010 10000000 11001011 1011011 100101 0 10100 11001100 1010100 101011

Color Harmonies of #1280CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1280CB

Black with #1280CB

Text Example


Text Example

White with #1280CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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