Html Css Color HEX #123EB3 Persian Blue

📋 copy color: '#123EB3'

red 18 ◦ green 62 ◦ blue 179

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

Shades of Persian Blue #123EB3

Tints of Persian Blue #123EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.11%

R = 6.95%
G = 23.94%
B = 69.11%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#123EB3 (or 0x123EB3) is known color: Persian Blue. HEX triplet: 12, 3E and B3. RGB value is (18,62,179). Sum of RGB (Red+Green+Blue) = 18+62+179=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #123EB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EB3 is #EDC14C. Grayscale: #3D3D3D. Windows color (decimal): -15581517 or 11746834. OLE color: 11746834.

HSL color Cylindrical-coordinate representation of color #123EB3: hue angle of 223.6º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123EB3 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 62 179 -
CMYK 0.90 0.65 0 0.30
HSL 223.6º 0.82% 0.39% -
HSV(B) 223.6º 0.9% 0.7% -
XYZ 10.11 6.83 43.43 -
YUV 62.18 193.92 96.49 -
System Red Green Blue C M Y K H S L
Decimal 18 62 179 0.90 0.65 0 0.30 223.6 0.82 0.39
Hex 12 3E B3 5A 41 0 1E E0 52 27
Octal 22 76 263 132 101 0 36 340 122 47
Binary 10010 111110 10110011 1011010 1000001 0 11110 11100000 1010010 100111

Color Harmonies of #123EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123EB3

Black with #123EB3

Text Example


Text Example

White with #123EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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