Html Css Color HEX #1237EA Persian Blue

📋 copy color: '#1237EA'

red 18 ◦ green 55 ◦ blue 234

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

Shades of Persian Blue #1237EA

Tints of Persian Blue #1237EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 76.22%

R = 5.86%
G = 17.92%
B = 76.22%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1237EA (or 0x1237EA) is known color: Persian Blue. HEX triplet: 12, 37 and EA. RGB value is (18,55,234). Sum of RGB (Red+Green+Blue) = 18+55+234=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 234 (91.80% from 255 or 76.22% from 307); Max value from RGB is 234 - color contains mainly: blue. Hex color #1237EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1237EA is #EDC815. Grayscale: #3F3F3F. Windows color (decimal): -15583254 or 15349522. OLE color: 15349522.

HSL color Cylindrical-coordinate representation of color #1237EA: hue angle of 229.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1237EA is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 55 234 -
CMYK 0.92 0.76 0 0.08
HSL 229.72º 0.86% 0.49% -
HSV(B) 229.72º 0.92% 0.92% -
XYZ 16.47 8.8 78.67 -
YUV 64.34 223.74 94.95 -
System Red Green Blue C M Y K H S L
Decimal 18 55 234 0.92 0.76 0 0.08 229.72 0.86 0.49
Hex 12 37 EA 5C 4C 0 8 E6 56 31
Octal 22 67 352 134 114 0 10 346 126 61
Binary 10010 110111 11101010 1011100 1001100 0 1000 11100110 1010110 110001

Color Harmonies of #1237EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237EA

Black with #1237EA

Text Example


Text Example

White with #1237EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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