Html Css Color HEX #1229C7 Persian Blue

📋 copy color: '#1229C7'

red 18 ◦ green 41 ◦ blue 199

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

Shades of Persian Blue #1229C7

Tints of Persian Blue #1229C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 77.13%

R = 6.98%
G = 15.89%
B = 77.13%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1229C7 (or 0x1229C7) is known color: Persian Blue. HEX triplet: 12, 29 and C7. RGB value is (18,41,199). Sum of RGB (Red+Green+Blue) = 18+41+199=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 199 (78.12% from 255 or 77.13% from 258); Max value from RGB is 199 - color contains mainly: blue. Hex color #1229C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1229C7 is #EDD638. Grayscale: #333333. Windows color (decimal): -15586873 or 13052178. OLE color: 13052178.

HSL color Cylindrical-coordinate representation of color #1229C7: hue angle of 232.38º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1229C7 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 41 199 -
CMYK 0.91 0.79 0 0.22
HSL 232.38º 0.83% 0.43% -
HSV(B) 232.38º 0.91% 0.78% -
XYZ 11.35 5.84 54.56 -
YUV 52.14 210.88 103.65 -
System Red Green Blue C M Y K H S L
Decimal 18 41 199 0.91 0.79 0 0.22 232.38 0.83 0.43
Hex 12 29 C7 5B 4F 0 16 E8 53 2B
Octal 22 51 307 133 117 0 26 350 123 53
Binary 10010 101001 11000111 1011011 1001111 0 10110 11101000 1010011 101011

Color Harmonies of #1229C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1229C7

Black with #1229C7

Text Example


Text Example

White with #1229C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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