Html Css Color HEX #121DBE Persian Blue

📋 copy color: '#121DBE'

red 18 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #121DBE

Tints of Persian Blue #121DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 7.59%
G = 12.24%
B = 80.17%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#121DBE (or 0x121DBE) is known color: Persian Blue. HEX triplet: 12, 1D and BE. RGB value is (18,29,190). Sum of RGB (Red+Green+Blue) = 18+29+190=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #121DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DBE is #EDE241. Grayscale: #2B2B2B. Windows color (decimal): -15589954 or 12459282. OLE color: 12459282.

HSL color Cylindrical-coordinate representation of color #121DBE: hue angle of 236.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121DBE is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 29 190 -
CMYK 0.91 0.85 0 0.25
HSL 236.16º 0.83% 0.41% -
HSV(B) 236.16º 0.91% 0.75% -
XYZ 9.98 4.73 49.1 -
YUV 44.07 210.36 109.41 -
System Red Green Blue C M Y K H S L
Decimal 18 29 190 0.91 0.85 0 0.25 236.16 0.83 0.41
Hex 12 1D BE 5B 55 0 19 EC 53 29
Octal 22 35 276 133 125 0 31 354 123 51
Binary 10010 11101 10111110 1011011 1010101 0 11001 11101100 1010011 101001

Color Harmonies of #121DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DBE

Black with #121DBE

Text Example


Text Example

White with #121DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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