Html Css Color HEX #121CBC Persian Blue

📋 copy color: '#121CBC'

red 18 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #121CBC

Tints of Persian Blue #121CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.97%

 BLUE value IS 188 (73.83% from 255) = 80.34%

R = 7.69%
G = 11.97%
B = 80.34%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#121CBC (or 0x121CBC) is known color: Persian Blue. HEX triplet: 12, 1C and BC. RGB value is (18,28,188). Sum of RGB (Red+Green+Blue) = 18+28+188=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #121CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CBC is #EDE343. Grayscale: #2A2A2A. Windows color (decimal): -15590212 or 12327954. OLE color: 12327954.

HSL color Cylindrical-coordinate representation of color #121CBC: hue angle of 236.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121CBC is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 28 188 -
CMYK 0.90 0.85 0 0.26
HSL 236.47º 0.83% 0.4% -
HSV(B) 236.47º 0.9% 0.74% -
XYZ 9.74 4.59 47.95 -
YUV 43.25 209.69 109.99 -
System Red Green Blue C M Y K H S L
Decimal 18 28 188 0.90 0.85 0 0.26 236.47 0.83 0.4
Hex 12 1C BC 5A 55 0 1A EC 53 28
Octal 22 34 274 132 125 0 32 354 123 50
Binary 10010 11100 10111100 1011010 1010101 0 11010 11101100 1010011 101000

Color Harmonies of #121CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CBC

Black with #121CBC

Text Example


Text Example

White with #121CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,188); }

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

background-color css

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

 a { background-color: rgb(18,28,188); }

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

border-color css

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

 span { border-color: rgb(18,28,188); }

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