Html Css Color HEX #1229CC Persian Blue

📋 copy color: '#1229CC'

red 18 ◦ green 41 ◦ blue 204

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

Shades of Persian Blue #1229CC

Tints of Persian Blue #1229CC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 6.84%
G = 15.59%
B = 77.57%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1229CC (or 0x1229CC) is known color: Persian Blue. HEX triplet: 12, 29 and CC. RGB value is (18,41,204). Sum of RGB (Red+Green+Blue) = 18+41+204=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #1229CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1229CC is #EDD633. Grayscale: #343434. Windows color (decimal): -15586868 or 13379858. OLE color: 13379858.

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

Color convert

RGB 18 41 204 -
CMYK 0.91 0.80 0 0.2
HSL 232.58º 0.84% 0.44% -
HSV(B) 232.58º 0.91% 0.8% -
XYZ 11.94 6.07 57.67 -
YUV 52.71 213.38 103.25 -
System Red Green Blue C M Y K H S L
Decimal 18 41 204 0.91 0.80 0 0.2 232.58 0.84 0.44
Hex 12 29 CC 5B 50 0 14 E9 54 2C
Octal 22 51 314 133 120 0 24 351 124 54
Binary 10010 101001 11001100 1011011 1010000 0 10100 11101001 1010100 101100

Color Harmonies of #1229CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1229CC

Black with #1229CC

Text Example


Text Example

White with #1229CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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