Html Css Color HEX #123FCA Persian Blue

📋 copy color: '#123FCA'

red 18 ◦ green 63 ◦ blue 202

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

Shades of Persian Blue #123FCA

Tints of Persian Blue #123FCA

RGB

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

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

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

R = 6.36%
G = 22.26%
B = 71.38%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#123FCA (or 0x123FCA) is known color: Persian Blue. HEX triplet: 12, 3F and CA. RGB value is (18,63,202). Sum of RGB (Red+Green+Blue) = 18+63+202=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #123FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FCA is #EDC035. Grayscale: #404040. Windows color (decimal): -15581238 or 13254418. OLE color: 13254418.

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

Color convert

RGB 18 63 202 -
CMYK 0.91 0.69 0 0.21
HSL 225.33º 0.84% 0.43% -
HSV(B) 225.33º 0.91% 0.79% -
XYZ 12.69 7.95 56.74 -
YUV 65.39 205.09 94.2 -
System Red Green Blue C M Y K H S L
Decimal 18 63 202 0.91 0.69 0 0.21 225.33 0.84 0.43
Hex 12 3F CA 5B 45 0 15 E1 54 2B
Octal 22 77 312 133 105 0 25 341 124 53
Binary 10010 111111 11001010 1011011 1000101 0 10101 11100001 1010100 101011

Color Harmonies of #123FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FCA

Black with #123FCA

Text Example


Text Example

White with #123FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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