Html Css Color HEX #121ECC Persian Blue

📋 copy color: '#121ECC'

red 18 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #121ECC

Tints of Persian Blue #121ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 7.14%
G = 11.9%
B = 80.95%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#121ECC (or 0x121ECC) is known color: Persian Blue. HEX triplet: 12, 1E and CC. RGB value is (18,30,204). Sum of RGB (Red+Green+Blue) = 18+30+204=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #121ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ECC is #EDE133. Grayscale: #2D2D2D. Windows color (decimal): -15589684 or 13377042. OLE color: 13377042.

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

Color convert

RGB 18 30 204 -
CMYK 0.91 0.85 0 0.2
HSL 236.13º 0.84% 0.44% -
HSV(B) 236.13º 0.91% 0.8% -
XYZ 11.61 5.42 57.56 -
YUV 46.25 217.02 107.85 -
System Red Green Blue C M Y K H S L
Decimal 18 30 204 0.91 0.85 0 0.2 236.13 0.84 0.44
Hex 12 1E CC 5B 55 0 14 EC 54 2C
Octal 22 36 314 133 125 0 24 354 124 54
Binary 10010 11110 11001100 1011011 1010101 0 10100 11101100 1010100 101100

Color Harmonies of #121ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121ECC

Black with #121ECC

Text Example


Text Example

White with #121ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121ECC; }

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

 H1.HeaderClassName
 {
   color: #121ECC;
 }
 .AnyTagClassName
 {
   color: #121ECC;
 }
</style>

background-color css

<style>
 a { background-color: #121ECC; }

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

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

border-color css

<style>
 span { border-color: #121ECC; }

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

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