Html Css Color HEX #1237BB Persian Blue

📋 copy color: '#1237BB'

red 18 ◦ green 55 ◦ blue 187

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

Shades of Persian Blue #1237BB

Tints of Persian Blue #1237BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.92%

R = 6.92%
G = 21.15%
B = 71.92%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1237BB (or 0x1237BB) is known color: Persian Blue. HEX triplet: 12, 37 and BB. RGB value is (18,55,187). Sum of RGB (Red+Green+Blue) = 18+55+187=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #1237BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237BB is #EDC844. Grayscale: #3A3A3A. Windows color (decimal): -15583301 or 12269330. OLE color: 12269330.

HSL color Cylindrical-coordinate representation of color #1237BB: hue angle of 226.86º 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 #1237BB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 55 187 -
CMYK 0.90 0.71 0 0.27
HSL 226.86º 0.82% 0.4% -
HSV(B) 226.86º 0.9% 0.73% -
XYZ 10.59 6.45 47.7 -
YUV 58.99 200.24 98.77 -
System Red Green Blue C M Y K H S L
Decimal 18 55 187 0.90 0.71 0 0.27 226.86 0.82 0.4
Hex 12 37 BB 5A 47 0 1B E3 52 28
Octal 22 67 273 132 107 0 33 343 122 50
Binary 10010 110111 10111011 1011010 1000111 0 11011 11100011 1010010 101000

Color Harmonies of #1237BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237BB

Black with #1237BB

Text Example


Text Example

White with #1237BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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