Html Css Color HEX #121FB6 Persian Blue

📋 copy color: '#121FB6'

red 18 ◦ green 31 ◦ blue 182

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

Shades of Persian Blue #121FB6

Tints of Persian Blue #121FB6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.42%

 BLUE value IS 182 (71.48% from 255) = 78.79%

R = 7.79%
G = 13.42%
B = 78.79%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#121FB6 (or 0x121FB6) is known color: Persian Blue. HEX triplet: 12, 1F and B6. RGB value is (18,31,182). Sum of RGB (Red+Green+Blue) = 18+31+182=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 182 (71.48% from 255 or 78.79% from 231); Max value from RGB is 182 - color contains mainly: blue. Hex color #121FB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FB6 is #EDE049. Grayscale: #2B2B2B. Windows color (decimal): -15589450 or 11935506. OLE color: 11935506.

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

Color convert

RGB 18 31 182 -
CMYK 0.90 0.83 0 0.29
HSL 235.24º 0.82% 0.39% -
HSV(B) 235.24º 0.9% 0.71% -
XYZ 9.18 4.49 44.64 -
YUV 44.33 205.69 109.22 -
System Red Green Blue C M Y K H S L
Decimal 18 31 182 0.90 0.83 0 0.29 235.24 0.82 0.39
Hex 12 1F B6 5A 53 0 1D EB 52 27
Octal 22 37 266 132 123 0 35 353 122 47
Binary 10010 11111 10110110 1011010 1010011 0 11101 11101011 1010010 100111

Color Harmonies of #121FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FB6

Black with #121FB6

Text Example


Text Example

White with #121FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,31,182); }

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

background-color css

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

 a { background-color: rgb(18,31,182); }

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

border-color css

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

 span { border-color: rgb(18,31,182); }

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