Html Css Color HEX #123FB3 Persian Blue

📋 copy color: '#123FB3'

red 18 ◦ green 63 ◦ blue 179

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

Shades of Persian Blue #123FB3

Tints of Persian Blue #123FB3

RGB

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

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

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

R = 6.92%
G = 24.23%
B = 68.85%

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

#123FB3 (or 0x123FB3) is known color: Persian Blue. HEX triplet: 12, 3F and B3. RGB value is (18,63,179). Sum of RGB (Red+Green+Blue) = 18+63+179=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 179 (70.31% from 255 or 68.85% from 260); Max value from RGB is 179 - color contains mainly: blue. Hex color #123FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FB3 is #EDC04C. Grayscale: #3E3E3E. Windows color (decimal): -15581261 or 11747090. OLE color: 11747090.

HSL color Cylindrical-coordinate representation of color #123FB3: hue angle of 223.23º 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 #123FB3 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 63 179 -
CMYK 0.90 0.65 0 0.30
HSL 223.23º 0.82% 0.39% -
HSV(B) 223.23º 0.9% 0.7% -
XYZ 10.16 6.94 43.45 -
YUV 62.77 193.59 96.07 -
System Red Green Blue C M Y K H S L
Decimal 18 63 179 0.90 0.65 0 0.30 223.23 0.82 0.39
Hex 12 3F B3 5A 41 0 1E DF 52 27
Octal 22 77 263 132 101 0 36 337 122 47
Binary 10010 111111 10110011 1011010 1000001 0 11110 11011111 1010010 100111

Color Harmonies of #123FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FB3

Black with #123FB3

Text Example


Text Example

White with #123FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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