Html Css Color HEX #123CCA Persian Blue

📋 copy color: '#123CCA'

red 18 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #123CCA

Tints of Persian Blue #123CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.43%

 BLUE value IS 202 (79.3% from 255) = 72.14%

R = 6.43%
G = 21.43%
B = 72.14%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#123CCA (or 0x123CCA) is known color: Persian Blue. HEX triplet: 12, 3C and CA. RGB value is (18,60,202). Sum of RGB (Red+Green+Blue) = 18+60+202=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #123CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CCA is #EDC335. Grayscale: #3F3F3F. Windows color (decimal): -15582006 or 13253650. OLE color: 13253650.

HSL color Cylindrical-coordinate representation of color #123CCA: hue angle of 226.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123CCA is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 60 202 -
CMYK 0.91 0.70 0 0.21
HSL 226.3º 0.84% 0.43% -
HSV(B) 226.3º 0.91% 0.79% -
XYZ 12.53 7.62 56.69 -
YUV 63.63 206.09 95.45 -
System Red Green Blue C M Y K H S L
Decimal 18 60 202 0.91 0.70 0 0.21 226.3 0.84 0.43
Hex 12 3C CA 5B 46 0 15 E2 54 2B
Octal 22 74 312 133 106 0 25 342 124 53
Binary 10010 111100 11001010 1011011 1000110 0 10101 11100010 1010100 101011

Color Harmonies of #123CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CCA

Black with #123CCA

Text Example


Text Example

White with #123CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123CCA; }

 p { color: rgb(18,60,202); }

 H1.HeaderClassName
 {
   color: #123CCA;
 }
 .AnyTagClassName
 {
   color: #123CCA;
 }
</style>

background-color css

<style>
 a { background-color: #123CCA; }

 a { background-color: rgb(18,60,202); }

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

border-color css

<style>
 span { border-color: #123CCA; }

 span { border-color: rgb(18,60,202); }

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