Html Css Color HEX #1235BF Persian Blue

📋 copy color: '#1235BF'

red 18 ◦ green 53 ◦ blue 191

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

Shades of Persian Blue #1235BF

Tints of Persian Blue #1235BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 72.9%

R = 6.87%
G = 20.23%
B = 72.9%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1235BF (or 0x1235BF) is known color: Persian Blue. HEX triplet: 12, 35 and BF. RGB value is (18,53,191). Sum of RGB (Red+Green+Blue) = 18+53+191=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #1235BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1235BF is #EDCA40. Grayscale: #393939. Windows color (decimal): -15583809 or 12530962. OLE color: 12530962.

HSL color Cylindrical-coordinate representation of color #1235BF: hue angle of 227.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1235BF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 53 191 -
CMYK 0.91 0.72 0 0.25
HSL 227.86º 0.83% 0.41% -
HSV(B) 227.86º 0.91% 0.75% -
XYZ 10.93 6.44 49.96 -
YUV 58.27 202.9 99.28 -
System Red Green Blue C M Y K H S L
Decimal 18 53 191 0.91 0.72 0 0.25 227.86 0.83 0.41
Hex 12 35 BF 5B 48 0 19 E4 53 29
Octal 22 65 277 133 110 0 31 344 123 51
Binary 10010 110101 10111111 1011011 1001000 0 11001 11100100 1010011 101001

Color Harmonies of #1235BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1235BF

Black with #1235BF

Text Example


Text Example

White with #1235BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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