Html Css Color HEX #1237BA Persian Blue

📋 copy color: '#1237BA'

red 18 ◦ green 55 ◦ blue 186

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

Shades of Persian Blue #1237BA

Tints of Persian Blue #1237BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

 BLUE value IS 186 (73.05% from 255) = 71.81%

R = 6.95%
G = 21.24%
B = 71.81%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1237BA (or 0x1237BA) is known color: Persian Blue. HEX triplet: 12, 37 and BA. RGB value is (18,55,186). Sum of RGB (Red+Green+Blue) = 18+55+186=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #1237BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237BA is #EDC845. Grayscale: #3A3A3A. Windows color (decimal): -15583302 or 12203794. OLE color: 12203794.

HSL color Cylindrical-coordinate representation of color #1237BA: hue angle of 226.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1237BA is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 55 186 -
CMYK 0.90 0.70 0 0.27
HSL 226.79º 0.82% 0.4% -
HSV(B) 226.79º 0.9% 0.73% -
XYZ 10.48 6.41 47.14 -
YUV 58.87 199.74 98.85 -
System Red Green Blue C M Y K H S L
Decimal 18 55 186 0.90 0.70 0 0.27 226.79 0.82 0.4
Hex 12 37 BA 5A 46 0 1B E3 52 28
Octal 22 67 272 132 106 0 33 343 122 50
Binary 10010 110111 10111010 1011010 1000110 0 11011 11100011 1010010 101000

Color Harmonies of #1237BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237BA

Black with #1237BA

Text Example


Text Example

White with #1237BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1237BA; }

 p { color: rgb(18,55,186); }

 H1.HeaderClassName
 {
   color: #1237BA;
 }
 .AnyTagClassName
 {
   color: #1237BA;
 }
</style>

background-color css

<style>
 a { background-color: #1237BA; }

 a { background-color: rgb(18,55,186); }

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

border-color css

<style>
 span { border-color: #1237BA; }

 span { border-color: rgb(18,55,186); }

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