Html Css Color HEX #123CCC Persian Blue

📋 copy color: '#123CCC'

red 18 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #123CCC

Tints of Persian Blue #123CCC

RGB

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

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

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

R = 6.38%
G = 21.28%
B = 72.34%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#123CCC (or 0x123CCC) is known color: Persian Blue. HEX triplet: 12, 3C and CC. RGB value is (18,60,204). Sum of RGB (Red+Green+Blue) = 18+60+204=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #123CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CCC is #EDC333. Grayscale: #3F3F3F. Windows color (decimal): -15582004 or 13384722. OLE color: 13384722.

HSL color Cylindrical-coordinate representation of color #123CCC: hue angle of 226.45º 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 #123CCC is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 60 204 -
CMYK 0.91 0.71 0 0.2
HSL 226.45º 0.84% 0.44% -
HSV(B) 226.45º 0.91% 0.8% -
XYZ 12.76 7.72 57.94 -
YUV 63.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 18 60 204 0.91 0.71 0 0.2 226.45 0.84 0.44
Hex 12 3C CC 5B 47 0 14 E2 54 2C
Octal 22 74 314 133 107 0 24 342 124 54
Binary 10010 111100 11001100 1011011 1000111 0 10100 11100010 1010100 101100

Color Harmonies of #123CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CCC

Black with #123CCC

Text Example


Text Example

White with #123CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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