Html Css Color HEX #121BBC Persian Blue

📋 copy color: '#121BBC'

red 18 ◦ green 27 ◦ blue 188

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

Shades of Persian Blue #121BBC

Tints of Persian Blue #121BBC

RGB

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

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

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

R = 7.73%
G = 11.59%
B = 80.69%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#121BBC (or 0x121BBC) is known color: Persian Blue. HEX triplet: 12, 1B and BC. RGB value is (18,27,188). Sum of RGB (Red+Green+Blue) = 18+27+188=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #121BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BBC is #EDE443. Grayscale: #2A2A2A. Windows color (decimal): -15590468 or 12327698. OLE color: 12327698.

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

Color convert

RGB 18 27 188 -
CMYK 0.90 0.86 0 0.26
HSL 236.82º 0.83% 0.4% -
HSV(B) 236.82º 0.9% 0.74% -
XYZ 9.72 4.54 47.94 -
YUV 42.66 210.02 110.41 -
System Red Green Blue C M Y K H S L
Decimal 18 27 188 0.90 0.86 0 0.26 236.82 0.83 0.4
Hex 12 1B BC 5A 56 0 1A ED 53 28
Octal 22 33 274 132 126 0 32 355 123 50
Binary 10010 11011 10111100 1011010 1010110 0 11010 11101101 1010011 101000

Color Harmonies of #121BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BBC

Black with #121BBC

Text Example


Text Example

White with #121BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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