Html Css Color HEX #1241CC Persian Blue

📋 copy color: '#1241CC'

red 18 ◦ green 65 ◦ blue 204

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

Shades of Persian Blue #1241CC

Tints of Persian Blue #1241CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

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

R = 6.27%
G = 22.65%
B = 71.08%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1241CC (or 0x1241CC) is known color: Persian Blue. HEX triplet: 12, 41 and CC. RGB value is (18,65,204). Sum of RGB (Red+Green+Blue) = 18+65+204=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #1241CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1241CC is #EDBE33. Grayscale: #424242. Windows color (decimal): -15580724 or 13386002. OLE color: 13386002.

HSL color Cylindrical-coordinate representation of color #1241CC: hue angle of 224.84º 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 #1241CC is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 65 204 -
CMYK 0.91 0.68 0 0.2
HSL 224.84º 0.84% 0.44% -
HSV(B) 224.84º 0.91% 0.8% -
XYZ 13.04 8.27 58.04 -
YUV 66.79 205.43 93.2 -
System Red Green Blue C M Y K H S L
Decimal 18 65 204 0.91 0.68 0 0.2 224.84 0.84 0.44
Hex 12 41 CC 5B 44 0 14 E1 54 2C
Octal 22 101 314 133 104 0 24 341 124 54
Binary 10010 1000001 11001100 1011011 1000100 0 10100 11100001 1010100 101100

Color Harmonies of #1241CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241CC

Black with #1241CC

Text Example


Text Example

White with #1241CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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