Html Css Color HEX #121BBA Persian Blue

📋 copy color: '#121BBA'

red 18 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #121BBA

Tints of Persian Blue #121BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.69%

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

R = 7.79%
G = 11.69%
B = 80.52%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#121BBA (or 0x121BBA) is known color: Persian Blue. HEX triplet: 12, 1B and BA. RGB value is (18,27,186). Sum of RGB (Red+Green+Blue) = 18+27+186=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #121BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BBA is #EDE445. Grayscale: #292929. Windows color (decimal): -15590470 or 12196626. OLE color: 12196626.

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

Color convert

RGB 18 27 186 -
CMYK 0.90 0.85 0 0.27
HSL 236.79º 0.82% 0.4% -
HSV(B) 236.79º 0.9% 0.73% -
XYZ 9.5 4.46 46.81 -
YUV 42.44 209.02 110.57 -
System Red Green Blue C M Y K H S L
Decimal 18 27 186 0.90 0.85 0 0.27 236.79 0.82 0.4
Hex 12 1B BA 5A 55 0 1B ED 52 28
Octal 22 33 272 132 125 0 33 355 122 50
Binary 10010 11011 10111010 1011010 1010101 0 11011 11101101 1010010 101000

Color Harmonies of #121BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BBA

Black with #121BBA

Text Example


Text Example

White with #121BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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