#1C67EA

Color #1C67EA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #1C67EA

Tints of Royal Blue #1C67EA

Color information

#1C67EA (or 0x1C67EA) is unknown color: approx Royal Blue. HEX triplet: 1C, 67 and EA. RGB value is (28,103,234). Sum of RGB (Red+Green+Blue) = 28+103+234=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #1C67EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C67EA is #E39815. Grayscale: #5E5E5E. Windows color (decimal): -14915606 or 15361820. OLE color: 15361820.

HSL color Cylindrical-coordinate representation of color #1C67EA: hue angle of 218.16º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C67EA is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB28103234-
CMYK0.880.5600.08
HSL218.16º83.06%51.37%-
HSV(B)218.16º88.03%91.76%-
XYZ20.1815.8979.84-
YUV95.51206.1579.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.67%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 234 (91.80% from 255) = 64.11%
R=7.67%
G=28.22%
B=64.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal281032340.880.5600.08218.1683.0651.37
Hex1C67EA583808da5333
Octal341473521307001033212363
Binary11100110011111101010101100011100001000110110101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C67EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C67EA; }

 p { color: rgb(28,103,234); }

 H1.HeaderClassName
 {
   color: #1C67EA;
 }
 .AnyTagClassName
 {
   color: #1C67EA;
 }
</style>
background-color css

<style>
 a { background-color: #1C67EA; }

 a { background-color: rgb(28,103,234); }

 div.DivClassName
 {
   background-color: #1C67EA;
 }
 .BgClassName
 {
   background-color: #1C67EA;
 }
</style>
border-color css

<style>
 span { border-color: #1C67EA; }

 span { border-color: rgb(28,103,234); }

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