Html Css Color HEX #1224CF Persian Blue

📋 copy color: '#1224CF'

red 18 ◦ green 36 ◦ blue 207

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

Shades of Persian Blue #1224CF

Tints of Persian Blue #1224CF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

 BLUE value IS 207 (81.25% from 255) = 79.31%

R = 6.9%
G = 13.79%
B = 79.31%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1224CF (or 0x1224CF) is known color: Persian Blue. HEX triplet: 12, 24 and CF. RGB value is (18,36,207). Sum of RGB (Red+Green+Blue) = 18+36+207=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #1224CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224CF is #EDDB30. Grayscale: #313131. Windows color (decimal): -15588145 or 13575186. OLE color: 13575186.

HSL color Cylindrical-coordinate representation of color #1224CF: hue angle of 234.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1224CF is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 36 207 -
CMYK 0.91 0.83 0 0.19
HSL 234.29º 0.84% 0.44% -
HSV(B) 234.29º 0.91% 0.81% -
XYZ 12.14 5.9 59.53 -
YUV 50.11 216.54 105.1 -
System Red Green Blue C M Y K H S L
Decimal 18 36 207 0.91 0.83 0 0.19 234.29 0.84 0.44
Hex 12 24 CF 5B 53 0 13 EA 54 2C
Octal 22 44 317 133 123 0 23 352 124 54
Binary 10010 100100 11001111 1011011 1010011 0 10011 11101010 1010100 101100

Color Harmonies of #1224CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1224CF

Black with #1224CF

Text Example


Text Example

White with #1224CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1224CF; }

 p { color: rgb(18,36,207); }

 H1.HeaderClassName
 {
   color: #1224CF;
 }
 .AnyTagClassName
 {
   color: #1224CF;
 }
</style>

background-color css

<style>
 a { background-color: #1224CF; }

 a { background-color: rgb(18,36,207); }

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

border-color css

<style>
 span { border-color: #1224CF; }

 span { border-color: rgb(18,36,207); }

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