Html Css Color HEX #121DBC Persian Blue

📋 copy color: '#121DBC'

red 18 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #121DBC

Tints of Persian Blue #121DBC

RGB

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

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

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

R = 7.66%
G = 12.34%
B = 80%

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

#121DBC (or 0x121DBC) is known color: Persian Blue. HEX triplet: 12, 1D and BC. RGB value is (18,29,188). Sum of RGB (Red+Green+Blue) = 18+29+188=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #121DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DBC is #EDE243. Grayscale: #2B2B2B. Windows color (decimal): -15589956 or 12328210. OLE color: 12328210.

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

Color convert

RGB 18 29 188 -
CMYK 0.90 0.85 0 0.26
HSL 236.12º 0.83% 0.4% -
HSV(B) 236.12º 0.9% 0.74% -
XYZ 9.77 4.64 47.96 -
YUV 43.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 18 29 188 0.90 0.85 0 0.26 236.12 0.83 0.4
Hex 12 1D BC 5A 55 0 1A EC 53 28
Octal 22 35 274 132 125 0 32 354 123 50
Binary 10010 11101 10111100 1011010 1010101 0 11010 11101100 1010011 101000

Color Harmonies of #121DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DBC

Black with #121DBC

Text Example


Text Example

White with #121DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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