Html Css Color HEX #121DB7 Persian Blue

📋 copy color: '#121DB7'

red 18 ◦ green 29 ◦ blue 183

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

Shades of Persian Blue #121DB7

Tints of Persian Blue #121DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 79.57%

R = 7.83%
G = 12.61%
B = 79.57%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#121DB7 (or 0x121DB7) is known color: Persian Blue. HEX triplet: 12, 1D and B7. RGB value is (18,29,183). Sum of RGB (Red+Green+Blue) = 18+29+183=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 183 (71.88% from 255 or 79.57% from 230); Max value from RGB is 183 - color contains mainly: blue. Hex color #121DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DB7 is #EDE248. Grayscale: #2A2A2A. Windows color (decimal): -15589961 or 12000530. OLE color: 12000530.

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

Color convert

RGB 18 29 183 -
CMYK 0.90 0.84 0 0.28
HSL 236º 0.82% 0.39% -
HSV(B) 236º 0.9% 0.72% -
XYZ 9.24 4.43 45.17 -
YUV 43.27 206.86 109.98 -
System Red Green Blue C M Y K H S L
Decimal 18 29 183 0.90 0.84 0 0.28 236 0.82 0.39
Hex 12 1D B7 5A 54 0 1C EC 52 27
Octal 22 35 267 132 124 0 34 354 122 47
Binary 10010 11101 10110111 1011010 1010100 0 11100 11101100 1010010 100111

Color Harmonies of #121DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DB7

Black with #121DB7

Text Example


Text Example

White with #121DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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