Html Css Color HEX #121FCC Persian Blue

📋 copy color: '#121FCC'

red 18 ◦ green 31 ◦ blue 204

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

Shades of Persian Blue #121FCC

Tints of Persian Blue #121FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80.63%

R = 7.11%
G = 12.25%
B = 80.63%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#121FCC (or 0x121FCC) is known color: Persian Blue. HEX triplet: 12, 1F and CC. RGB value is (18,31,204). Sum of RGB (Red+Green+Blue) = 18+31+204=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #121FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FCC is #EDE033. Grayscale: #2E2E2E. Windows color (decimal): -15589428 or 13377298. OLE color: 13377298.

HSL color Cylindrical-coordinate representation of color #121FCC: hue angle of 235.81º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121FCC is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 31 204 -
CMYK 0.91 0.85 0 0.2
HSL 235.81º 0.84% 0.44% -
HSV(B) 235.81º 0.91% 0.8% -
XYZ 11.64 5.47 57.57 -
YUV 46.84 216.69 107.43 -
System Red Green Blue C M Y K H S L
Decimal 18 31 204 0.91 0.85 0 0.2 235.81 0.84 0.44
Hex 12 1F CC 5B 55 0 14 EC 54 2C
Octal 22 37 314 133 125 0 24 354 124 54
Binary 10010 11111 11001100 1011011 1010101 0 10100 11101100 1010100 101100

Color Harmonies of #121FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FCC

Black with #121FCC

Text Example


Text Example

White with #121FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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