Html Css Color HEX #121CBD Persian Blue

📋 copy color: '#121CBD'

red 18 ◦ green 28 ◦ blue 189

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

Shades of Persian Blue #121CBD

Tints of Persian Blue #121CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 80.43%

R = 7.66%
G = 11.91%
B = 80.43%

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

#121CBD (or 0x121CBD) is known color: Persian Blue. HEX triplet: 12, 1C and BD. RGB value is (18,28,189). Sum of RGB (Red+Green+Blue) = 18+28+189=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #121CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CBD is #EDE342. Grayscale: #2A2A2A. Windows color (decimal): -15590211 or 12393490. OLE color: 12393490.

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

Color convert

RGB 18 28 189 -
CMYK 0.90 0.85 0 0.26
HSL 236.49º 0.83% 0.41% -
HSV(B) 236.49º 0.9% 0.74% -
XYZ 9.85 4.63 48.52 -
YUV 43.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 18 28 189 0.90 0.85 0 0.26 236.49 0.83 0.41
Hex 12 1C BD 5A 55 0 1A EC 53 29
Octal 22 34 275 132 125 0 32 354 123 51
Binary 10010 11100 10111101 1011010 1010101 0 11010 11101100 1010011 101001

Color Harmonies of #121CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CBD

Black with #121CBD

Text Example


Text Example

White with #121CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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