Html Css Color HEX #1237BC Persian Blue

📋 copy color: '#1237BC'

red 18 ◦ green 55 ◦ blue 188

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

Shades of Persian Blue #1237BC

Tints of Persian Blue #1237BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.03%

R = 6.9%
G = 21.07%
B = 72.03%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1237BC (or 0x1237BC) is known color: Persian Blue. HEX triplet: 12, 37 and BC. RGB value is (18,55,188). Sum of RGB (Red+Green+Blue) = 18+55+188=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #1237BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237BC is #EDC843. Grayscale: #3A3A3A. Windows color (decimal): -15583300 or 12334866. OLE color: 12334866.

HSL color Cylindrical-coordinate representation of color #1237BC: hue angle of 226.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1237BC is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 55 188 -
CMYK 0.90 0.71 0 0.26
HSL 226.94º 0.83% 0.4% -
HSV(B) 226.94º 0.9% 0.74% -
XYZ 10.69 6.49 48.27 -
YUV 59.1 200.74 98.69 -
System Red Green Blue C M Y K H S L
Decimal 18 55 188 0.90 0.71 0 0.26 226.94 0.83 0.4
Hex 12 37 BC 5A 47 0 1A E3 53 28
Octal 22 67 274 132 107 0 32 343 123 50
Binary 10010 110111 10111100 1011010 1000111 0 11010 11100011 1010011 101000

Color Harmonies of #1237BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237BC

Black with #1237BC

Text Example


Text Example

White with #1237BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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