Html Css Color HEX #1239BC Persian Blue

📋 copy color: '#1239BC'

red 18 ◦ green 57 ◦ blue 188

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

Shades of Persian Blue #1239BC

Tints of Persian Blue #1239BC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

 BLUE value IS 188 (73.83% from 255) = 71.48%

R = 6.84%
G = 21.67%
B = 71.48%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1239BC (or 0x1239BC) is known color: Persian Blue. HEX triplet: 12, 39 and BC. RGB value is (18,57,188). Sum of RGB (Red+Green+Blue) = 18+57+188=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #1239BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1239BC is #EDC643. Grayscale: #3B3B3B. Windows color (decimal): -15582788 or 12335378. OLE color: 12335378.

HSL color Cylindrical-coordinate representation of color #1239BC: hue angle of 226.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1239BC is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 57 188 -
CMYK 0.90 0.70 0 0.26
HSL 226.24º 0.83% 0.4% -
HSV(B) 226.24º 0.9% 0.74% -
XYZ 10.79 6.69 48.3 -
YUV 60.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 18 57 188 0.90 0.70 0 0.26 226.24 0.83 0.4
Hex 12 39 BC 5A 46 0 1A E2 53 28
Octal 22 71 274 132 106 0 32 342 123 50
Binary 10010 111001 10111100 1011010 1000110 0 11010 11100010 1010011 101000

Color Harmonies of #1239BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1239BC

Black with #1239BC

Text Example


Text Example

White with #1239BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1239BC; }

 p { color: rgb(18,57,188); }

 H1.HeaderClassName
 {
   color: #1239BC;
 }
 .AnyTagClassName
 {
   color: #1239BC;
 }
</style>

background-color css

<style>
 a { background-color: #1239BC; }

 a { background-color: rgb(18,57,188); }

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

border-color css

<style>
 span { border-color: #1239BC; }

 span { border-color: rgb(18,57,188); }

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