Html Css Color HEX #1145CC Persian Blue

📋 copy color: '#1145CC'

red 17 ◦ green 69 ◦ blue 204

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

Shades of Persian Blue #1145CC

Tints of Persian Blue #1145CC

RGB

 RED value IS 17 (7.03% from 255) = 5.86%

 GREEN value IS 69 (27.34% from 255) = 23.79%

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

R = 5.86%
G = 23.79%
B = 70.34%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1145CC (or 0x1145CC) is known color: Persian Blue. HEX triplet: 11, 45 and CC. RGB value is (17,69,204). Sum of RGB (Red+Green+Blue) = 17+69+204=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #1145CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1145CC is #EEBA33. Grayscale: #444444. Windows color (decimal): -15645236 or 13387025. OLE color: 13387025.

HSL color Cylindrical-coordinate representation of color #1145CC: hue angle of 223.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1145CC is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 69 204 -
CMYK 0.92 0.66 0 0.2
HSL 223.32º 0.85% 0.43% -
HSV(B) 223.32º 0.92% 0.8% -
XYZ 13.26 8.74 58.11 -
YUV 68.84 204.27 91.02 -
System Red Green Blue C M Y K H S L
Decimal 17 69 204 0.92 0.66 0 0.2 223.32 0.85 0.43
Hex 11 45 CC 5C 42 0 14 DF 55 2B
Octal 21 105 314 134 102 0 24 337 125 53
Binary 10001 1000101 11001100 1011100 1000010 0 10100 11011111 1010101 101011

Color Harmonies of #1145CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1145CC

Black with #1145CC

Text Example


Text Example

White with #1145CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,69,204); }

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

background-color css

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

 a { background-color: rgb(17,69,204); }

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

border-color css

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

 span { border-color: rgb(17,69,204); }

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