Html Css Color HEX #1230CF Persian Blue

📋 copy color: '#1230CF'

red 18 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #1230CF

Tints of Persian Blue #1230CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75.82%

R = 6.59%
G = 17.58%
B = 75.82%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1230CF (or 0x1230CF) is known color: Persian Blue. HEX triplet: 12, 30 and CF. RGB value is (18,48,207). Sum of RGB (Red+Green+Blue) = 18+48+207=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #1230CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1230CF is #EDCF30. Grayscale: #383838. Windows color (decimal): -15585073 or 13578258. OLE color: 13578258.

HSL color Cylindrical-coordinate representation of color #1230CF: hue angle of 230.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1230CF is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 48 207 -
CMYK 0.91 0.77 0 0.19
HSL 230.48º 0.84% 0.44% -
HSV(B) 230.48º 0.91% 0.81% -
XYZ 12.57 6.75 59.67 -
YUV 57.16 212.56 100.07 -
System Red Green Blue C M Y K H S L
Decimal 18 48 207 0.91 0.77 0 0.19 230.48 0.84 0.44
Hex 12 30 CF 5B 4D 0 13 E6 54 2C
Octal 22 60 317 133 115 0 23 346 124 54
Binary 10010 110000 11001111 1011011 1001101 0 10011 11100110 1010100 101100

Color Harmonies of #1230CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1230CF

Black with #1230CF

Text Example


Text Example

White with #1230CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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