Html Css Color HEX #1237B5 Persian Blue

📋 copy color: '#1237B5'

red 18 ◦ green 55 ◦ blue 181

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

Shades of Persian Blue #1237B5

Tints of Persian Blue #1237B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 71.26%

R = 7.09%
G = 21.65%
B = 71.26%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1237B5 (or 0x1237B5) is known color: Persian Blue. HEX triplet: 12, 37 and B5. RGB value is (18,55,181). Sum of RGB (Red+Green+Blue) = 18+55+181=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 181 (71.09% from 255 or 71.26% from 254); Max value from RGB is 181 - color contains mainly: blue. Hex color #1237B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237B5 is #EDC84A. Grayscale: #393939. Windows color (decimal): -15583307 or 11876114. OLE color: 11876114.

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

Color convert

RGB 18 55 181 -
CMYK 0.90 0.70 0 0.29
HSL 226.38º 0.82% 0.39% -
HSV(B) 226.38º 0.9% 0.71% -
XYZ 9.96 6.2 44.39 -
YUV 58.3 197.24 99.25 -
System Red Green Blue C M Y K H S L
Decimal 18 55 181 0.90 0.70 0 0.29 226.38 0.82 0.39
Hex 12 37 B5 5A 46 0 1D E2 52 27
Octal 22 67 265 132 106 0 35 342 122 47
Binary 10010 110111 10110101 1011010 1000110 0 11101 11100010 1010010 100111

Color Harmonies of #1237B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237B5

Black with #1237B5

Text Example


Text Example

White with #1237B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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