Html Css Color HEX #1235BC Persian Blue

📋 copy color: '#1235BC'

red 18 ◦ green 53 ◦ blue 188

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

Shades of Persian Blue #1235BC

Tints of Persian Blue #1235BC

RGB

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

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

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

R = 6.95%
G = 20.46%
B = 72.59%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1235BC (or 0x1235BC) is known color: Persian Blue. HEX triplet: 12, 35 and BC. RGB value is (18,53,188). Sum of RGB (Red+Green+Blue) = 18+53+188=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #1235BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1235BC is #EDCA43. Grayscale: #393939. Windows color (decimal): -15583812 or 12334354. OLE color: 12334354.

HSL color Cylindrical-coordinate representation of color #1235BC: hue angle of 227.65º 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 #1235BC is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 53 188 -
CMYK 0.90 0.72 0 0.26
HSL 227.65º 0.83% 0.4% -
HSV(B) 227.65º 0.9% 0.74% -
XYZ 10.6 6.31 48.24 -
YUV 57.93 201.4 99.52 -
System Red Green Blue C M Y K H S L
Decimal 18 53 188 0.90 0.72 0 0.26 227.65 0.83 0.4
Hex 12 35 BC 5A 48 0 1A E4 53 28
Octal 22 65 274 132 110 0 32 344 123 50
Binary 10010 110101 10111100 1011010 1001000 0 11010 11100100 1010011 101000

Color Harmonies of #1235BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1235BC

Black with #1235BC

Text Example


Text Example

White with #1235BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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