Html Css Color HEX #121CB7 Persian Blue

📋 copy color: '#121CB7'

red 18 ◦ green 28 ◦ blue 183

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

Shades of Persian Blue #121CB7

Tints of Persian Blue #121CB7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.23%

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

R = 7.86%
G = 12.23%
B = 79.91%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#121CB7 (or 0x121CB7) is known color: Persian Blue. HEX triplet: 12, 1C and B7. RGB value is (18,28,183). Sum of RGB (Red+Green+Blue) = 18+28+183=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 183 (71.88% from 255 or 79.91% from 229); Max value from RGB is 183 - color contains mainly: blue. Hex color #121CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CB7 is #EDE348. Grayscale: #2A2A2A. Windows color (decimal): -15590217 or 12000274. OLE color: 12000274.

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

Color convert

RGB 18 28 183 -
CMYK 0.90 0.85 0 0.28
HSL 236.36º 0.82% 0.39% -
HSV(B) 236.36º 0.9% 0.72% -
XYZ 9.21 4.38 45.16 -
YUV 42.68 207.19 110.4 -
System Red Green Blue C M Y K H S L
Decimal 18 28 183 0.90 0.85 0 0.28 236.36 0.82 0.39
Hex 12 1C B7 5A 55 0 1C EC 52 27
Octal 22 34 267 132 125 0 34 354 122 47
Binary 10010 11100 10110111 1011010 1010101 0 11100 11101100 1010010 100111

Color Harmonies of #121CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CB7

Black with #121CB7

Text Example


Text Example

White with #121CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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