Html Css Color HEX #121DBA Persian Blue

📋 copy color: '#121DBA'

red 18 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #121DBA

Tints of Persian Blue #121DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.83%

R = 7.73%
G = 12.45%
B = 79.83%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#121DBA (or 0x121DBA) is known color: Persian Blue. HEX triplet: 12, 1D and BA. RGB value is (18,29,186). Sum of RGB (Red+Green+Blue) = 18+29+186=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #121DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DBA is #EDE245. Grayscale: #2A2A2A. Windows color (decimal): -15589958 or 12197138. OLE color: 12197138.

HSL color Cylindrical-coordinate representation of color #121DBA: hue angle of 236.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121DBA is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 29 186 -
CMYK 0.90 0.84 0 0.27
HSL 236.07º 0.82% 0.4% -
HSV(B) 236.07º 0.9% 0.73% -
XYZ 9.55 4.55 46.83 -
YUV 43.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 18 29 186 0.90 0.84 0 0.27 236.07 0.82 0.4
Hex 12 1D BA 5A 54 0 1B EC 52 28
Octal 22 35 272 132 124 0 33 354 122 50
Binary 10010 11101 10111010 1011010 1010100 0 11011 11101100 1010010 101000

Color Harmonies of #121DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DBA

Black with #121DBA

Text Example


Text Example

White with #121DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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