Html Css Color HEX #1230CB Persian Blue

📋 copy color: '#1230CB'

red 18 ◦ green 48 ◦ blue 203

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

Shades of Persian Blue #1230CB

Tints of Persian Blue #1230CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.46%

R = 6.69%
G = 17.84%
B = 75.46%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1230CB (or 0x1230CB) is known color: Persian Blue. HEX triplet: 12, 30 and CB. RGB value is (18,48,203). Sum of RGB (Red+Green+Blue) = 18+48+203=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #1230CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1230CB is #EDCF34. Grayscale: #383838. Windows color (decimal): -15585077 or 13316114. OLE color: 13316114.

HSL color Cylindrical-coordinate representation of color #1230CB: hue angle of 230.27º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1230CB is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 48 203 -
CMYK 0.91 0.76 0 0.20
HSL 230.27º 0.84% 0.43% -
HSV(B) 230.27º 0.91% 0.8% -
XYZ 12.09 6.55 57.13 -
YUV 56.7 210.56 100.4 -
System Red Green Blue C M Y K H S L
Decimal 18 48 203 0.91 0.76 0 0.20 230.27 0.84 0.43
Hex 12 30 CB 5B 4C 0 14 E6 54 2B
Octal 22 60 313 133 114 0 24 346 124 53
Binary 10010 110000 11001011 1011011 1001100 0 10100 11100110 1010100 101011

Color Harmonies of #1230CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1230CB

Black with #1230CB

Text Example


Text Example

White with #1230CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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