Html Css Color HEX #1230BF Persian Blue

📋 copy color: '#1230BF'

red 18 ◦ green 48 ◦ blue 191

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

Shades of Persian Blue #1230BF

Tints of Persian Blue #1230BF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

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

R = 7%
G = 18.68%
B = 74.32%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1230BF (or 0x1230BF) is known color: Persian Blue. HEX triplet: 12, 30 and BF. RGB value is (18,48,191). Sum of RGB (Red+Green+Blue) = 18+48+191=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #1230BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1230BF is #EDCF40. Grayscale: #363636. Windows color (decimal): -15585089 or 12529682. OLE color: 12529682.

HSL color Cylindrical-coordinate representation of color #1230BF: hue angle of 229.6º 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 #1230BF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 48 191 -
CMYK 0.91 0.75 0 0.25
HSL 229.6º 0.83% 0.41% -
HSV(B) 229.6º 0.91% 0.75% -
XYZ 10.71 6 49.88 -
YUV 55.33 204.56 101.37 -
System Red Green Blue C M Y K H S L
Decimal 18 48 191 0.91 0.75 0 0.25 229.6 0.83 0.41
Hex 12 30 BF 5B 4B 0 19 E6 53 29
Octal 22 60 277 133 113 0 31 346 123 51
Binary 10010 110000 10111111 1011011 1001011 0 11001 11100110 1010011 101001

Color Harmonies of #1230BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1230BF

Black with #1230BF

Text Example


Text Example

White with #1230BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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