Html Css Color HEX #1237B6 Persian Blue

📋 copy color: '#1237B6'

red 18 ◦ green 55 ◦ blue 182

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

Shades of Persian Blue #1237B6

Tints of Persian Blue #1237B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 71.37%

R = 7.06%
G = 21.57%
B = 71.37%

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

#1237B6 (or 0x1237B6) is known color: Persian Blue. HEX triplet: 12, 37 and B6. RGB value is (18,55,182). Sum of RGB (Red+Green+Blue) = 18+55+182=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 182 (71.48% from 255 or 71.37% from 255); Max value from RGB is 182 - color contains mainly: blue. Hex color #1237B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237B6 is #EDC849. Grayscale: #393939. Windows color (decimal): -15583306 or 11941650. OLE color: 11941650.

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

Color convert

RGB 18 55 182 -
CMYK 0.90 0.70 0 0.29
HSL 226.46º 0.82% 0.39% -
HSV(B) 226.46º 0.9% 0.71% -
XYZ 10.06 6.24 44.93 -
YUV 58.42 197.74 99.17 -
System Red Green Blue C M Y K H S L
Decimal 18 55 182 0.90 0.70 0 0.29 226.46 0.82 0.39
Hex 12 37 B6 5A 46 0 1D E2 52 27
Octal 22 67 266 132 106 0 35 342 122 47
Binary 10010 110111 10110110 1011010 1000110 0 11101 11100010 1010010 100111

Color Harmonies of #1237B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237B6

Black with #1237B6

Text Example


Text Example

White with #1237B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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