Html Css Color HEX #121DBD Persian Blue

📋 copy color: '#121DBD'

red 18 ◦ green 29 ◦ blue 189

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

Shades of Persian Blue #121DBD

Tints of Persian Blue #121DBD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.29%

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

R = 7.63%
G = 12.29%
B = 80.08%

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

#121DBD (or 0x121DBD) is known color: Persian Blue. HEX triplet: 12, 1D and BD. RGB value is (18,29,189). Sum of RGB (Red+Green+Blue) = 18+29+189=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #121DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DBD is #EDE242. Grayscale: #2B2B2B. Windows color (decimal): -15589955 or 12393746. OLE color: 12393746.

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

Color convert

RGB 18 29 189 -
CMYK 0.90 0.85 0 0.26
HSL 236.14º 0.83% 0.41% -
HSV(B) 236.14º 0.9% 0.74% -
XYZ 9.87 4.68 48.53 -
YUV 43.95 209.86 109.49 -
System Red Green Blue C M Y K H S L
Decimal 18 29 189 0.90 0.85 0 0.26 236.14 0.83 0.41
Hex 12 1D BD 5A 55 0 1A EC 53 29
Octal 22 35 275 132 125 0 32 354 123 51
Binary 10010 11101 10111101 1011010 1010101 0 11010 11101100 1010011 101001

Color Harmonies of #121DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DBD

Black with #121DBD

Text Example


Text Example

White with #121DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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