Html Css Color HEX #1230BE Persian Blue

📋 copy color: '#1230BE'

red 18 ◦ green 48 ◦ blue 190

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

Shades of Persian Blue #1230BE

Tints of Persian Blue #1230BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 7.03%
G = 18.75%
B = 74.22%

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

#1230BE (or 0x1230BE) is known color: Persian Blue. HEX triplet: 12, 30 and BE. RGB value is (18,48,190). Sum of RGB (Red+Green+Blue) = 18+48+190=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #1230BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1230BE is #EDCF41. Grayscale: #363636. Windows color (decimal): -15585090 or 12464146. OLE color: 12464146.

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

Color convert

RGB 18 48 190 -
CMYK 0.91 0.75 0 0.25
HSL 229.53º 0.83% 0.41% -
HSV(B) 229.53º 0.91% 0.75% -
XYZ 10.6 5.96 49.31 -
YUV 55.22 204.06 101.45 -
System Red Green Blue C M Y K H S L
Decimal 18 48 190 0.91 0.75 0 0.25 229.53 0.83 0.41
Hex 12 30 BE 5B 4B 0 19 E6 53 29
Octal 22 60 276 133 113 0 31 346 123 51
Binary 10010 110000 10111110 1011011 1001011 0 11001 11100110 1010011 101001

Color Harmonies of #1230BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1230BE

Black with #1230BE

Text Example


Text Example

White with #1230BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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