Html Css Color HEX #123ECB Persian Blue

📋 copy color: '#123ECB'

red 18 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #123ECB

Tints of Persian Blue #123ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.91%

 BLUE value IS 203 (79.69% from 255) = 71.73%

R = 6.36%
G = 21.91%
B = 71.73%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#123ECB (or 0x123ECB) is known color: Persian Blue. HEX triplet: 12, 3E and CB. RGB value is (18,62,203). Sum of RGB (Red+Green+Blue) = 18+62+203=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #123ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ECB is #EDC134. Grayscale: #404040. Windows color (decimal): -15581493 or 13319698. OLE color: 13319698.

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

Color convert

RGB 18 62 203 -
CMYK 0.91 0.69 0 0.20
HSL 225.73º 0.84% 0.43% -
HSV(B) 225.73º 0.91% 0.8% -
XYZ 12.75 7.89 57.35 -
YUV 64.92 205.92 94.54 -
System Red Green Blue C M Y K H S L
Decimal 18 62 203 0.91 0.69 0 0.20 225.73 0.84 0.43
Hex 12 3E CB 5B 45 0 14 E2 54 2B
Octal 22 76 313 133 105 0 24 342 124 53
Binary 10010 111110 11001011 1011011 1000101 0 10100 11100010 1010100 101011

Color Harmonies of #123ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123ECB

Black with #123ECB

Text Example


Text Example

White with #123ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,62,203); }

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

background-color css

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

 a { background-color: rgb(18,62,203); }

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

border-color css

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

 span { border-color: rgb(18,62,203); }

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