Html Css Color HEX #1218B7 Persian Blue

📋 copy color: '#1218B7'

red 18 ◦ green 24 ◦ blue 183

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

Shades of Persian Blue #1218B7

Tints of Persian Blue #1218B7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

 BLUE value IS 183 (71.88% from 255) = 81.33%

R = 8%
G = 10.67%
B = 81.33%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1218B7 (or 0x1218B7) is known color: Persian Blue. HEX triplet: 12, 18 and B7. RGB value is (18,24,183). Sum of RGB (Red+Green+Blue) = 18+24+183=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 183 (71.88% from 255 or 81.33% from 225); Max value from RGB is 183 - color contains mainly: blue. Hex color #1218B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218B7 is #EDE748. Grayscale: #272727. Windows color (decimal): -15591241 or 11999250. OLE color: 11999250.

HSL color Cylindrical-coordinate representation of color #1218B7: hue angle of 237.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1218B7 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 24 183 -
CMYK 0.90 0.87 0 0.28
HSL 237.82º 0.82% 0.39% -
HSV(B) 237.82º 0.9% 0.72% -
XYZ 9.12 4.2 45.13 -
YUV 40.33 208.51 112.07 -
System Red Green Blue C M Y K H S L
Decimal 18 24 183 0.90 0.87 0 0.28 237.82 0.82 0.39
Hex 12 18 B7 5A 57 0 1C EE 52 27
Octal 22 30 267 132 127 0 34 356 122 47
Binary 10010 11000 10110111 1011010 1010111 0 11100 11101110 1010010 100111

Color Harmonies of #1218B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1218B7

Black with #1218B7

Text Example


Text Example

White with #1218B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1218B7; }

 p { color: rgb(18,24,183); }

 H1.HeaderClassName
 {
   color: #1218B7;
 }
 .AnyTagClassName
 {
   color: #1218B7;
 }
</style>

background-color css

<style>
 a { background-color: #1218B7; }

 a { background-color: rgb(18,24,183); }

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

border-color css

<style>
 span { border-color: #1218B7; }

 span { border-color: rgb(18,24,183); }

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