Html Css Color HEX #123BCA Persian Blue

📋 copy color: '#123BCA'

red 18 ◦ green 59 ◦ blue 202

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

Shades of Persian Blue #123BCA

Tints of Persian Blue #123BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.15%

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

R = 6.45%
G = 21.15%
B = 72.4%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#123BCA (or 0x123BCA) is known color: Persian Blue. HEX triplet: 12, 3B and CA. RGB value is (18,59,202). Sum of RGB (Red+Green+Blue) = 18+59+202=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #123BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BCA is #EDC435. Grayscale: #3E3E3E. Windows color (decimal): -15582262 or 13253394. OLE color: 13253394.

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

Color convert

RGB 18 59 202 -
CMYK 0.91 0.71 0 0.21
HSL 226.63º 0.84% 0.43% -
HSV(B) 226.63º 0.91% 0.79% -
XYZ 12.47 7.52 56.67 -
YUV 63.04 206.42 95.87 -
System Red Green Blue C M Y K H S L
Decimal 18 59 202 0.91 0.71 0 0.21 226.63 0.84 0.43
Hex 12 3B CA 5B 47 0 15 E3 54 2B
Octal 22 73 312 133 107 0 25 343 124 53
Binary 10010 111011 11001010 1011011 1000111 0 10101 11100011 1010100 101011

Color Harmonies of #123BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BCA

Black with #123BCA

Text Example


Text Example

White with #123BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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