Html Css Color HEX #121FCB Persian Blue

📋 copy color: '#121FCB'

red 18 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #121FCB

Tints of Persian Blue #121FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 80.56%

R = 7.14%
G = 12.3%
B = 80.56%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#121FCB (or 0x121FCB) is known color: Persian Blue. HEX triplet: 12, 1F and CB. RGB value is (18,31,203). Sum of RGB (Red+Green+Blue) = 18+31+203=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #121FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FCB is #EDE034. Grayscale: #2E2E2E. Windows color (decimal): -15589429 or 13311762. OLE color: 13311762.

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

Color convert

RGB 18 31 203 -
CMYK 0.91 0.85 0 0.20
HSL 235.78º 0.84% 0.43% -
HSV(B) 235.78º 0.91% 0.8% -
XYZ 11.52 5.42 56.94 -
YUV 46.72 216.19 107.51 -
System Red Green Blue C M Y K H S L
Decimal 18 31 203 0.91 0.85 0 0.20 235.78 0.84 0.43
Hex 12 1F CB 5B 55 0 14 EC 54 2B
Octal 22 37 313 133 125 0 24 354 124 53
Binary 10010 11111 11001011 1011011 1010101 0 10100 11101100 1010100 101011

Color Harmonies of #121FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FCB

Black with #121FCB

Text Example


Text Example

White with #121FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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