Html Css Color HEX #123FCC Persian Blue

📋 copy color: '#123FCC'

red 18 ◦ green 63 ◦ blue 204

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

Shades of Persian Blue #123FCC

Tints of Persian Blue #123FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

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

R = 6.32%
G = 22.11%
B = 71.58%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#123FCC (or 0x123FCC) is known color: Persian Blue. HEX triplet: 12, 3F and CC. RGB value is (18,63,204). Sum of RGB (Red+Green+Blue) = 18+63+204=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #123FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FCC is #EDC033. Grayscale: #414141. Windows color (decimal): -15581236 or 13385490. OLE color: 13385490.

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

Color convert

RGB 18 63 204 -
CMYK 0.91 0.69 0 0.2
HSL 225.48º 0.84% 0.44% -
HSV(B) 225.48º 0.91% 0.8% -
XYZ 12.93 8.04 58 -
YUV 65.62 206.09 94.04 -
System Red Green Blue C M Y K H S L
Decimal 18 63 204 0.91 0.69 0 0.2 225.48 0.84 0.44
Hex 12 3F CC 5B 45 0 14 E1 54 2C
Octal 22 77 314 133 105 0 24 341 124 54
Binary 10010 111111 11001100 1011011 1000101 0 10100 11100001 1010100 101100

Color Harmonies of #123FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FCC

Black with #123FCC

Text Example


Text Example

White with #123FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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