Html Css Color HEX #1235B2 Egyptian Blue

📋 copy color: '#1235B2'

red 18 ◦ green 53 ◦ blue 178

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

Shades of Egyptian Blue #1235B2

Tints of Egyptian Blue #1235B2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

 BLUE value IS 178 (69.92% from 255) = 71.49%

R = 7.23%
G = 21.29%
B = 71.49%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1235B2 (or 0x1235B2) is known color: Egyptian Blue. HEX triplet: 12, 35 and B2. RGB value is (18,53,178). Sum of RGB (Red+Green+Blue) = 18+53+178=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 178 (69.92% from 255 or 71.49% from 249); Max value from RGB is 178 - color contains mainly: blue. Hex color #1235B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1235B2 is #EDCA4D. Grayscale: #383838. Windows color (decimal): -15583822 or 11678994. OLE color: 11678994.

HSL color Cylindrical-coordinate representation of color #1235B2: hue angle of 226.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1235B2 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 53 178 -
CMYK 0.90 0.70 0 0.30
HSL 226.88º 0.82% 0.38% -
HSV(B) 226.88º 0.9% 0.7% -
XYZ 9.56 5.89 42.75 -
YUV 56.79 196.4 100.34 -
System Red Green Blue C M Y K H S L
Decimal 18 53 178 0.90 0.70 0 0.30 226.88 0.82 0.38
Hex 12 35 B2 5A 46 0 1E E3 52 26
Octal 22 65 262 132 106 0 36 343 122 46
Binary 10010 110101 10110010 1011010 1000110 0 11110 11100011 1010010 100110

Color Harmonies of #1235B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1235B2

Black with #1235B2

Text Example


Text Example

White with #1235B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1235B2; }

 p { color: rgb(18,53,178); }

 H1.HeaderClassName
 {
   color: #1235B2;
 }
 .AnyTagClassName
 {
   color: #1235B2;
 }
</style>

background-color css

<style>
 a { background-color: #1235B2; }

 a { background-color: rgb(18,53,178); }

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

border-color css

<style>
 span { border-color: #1235B2; }

 span { border-color: rgb(18,53,178); }

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