Html Css Color HEX #1239CF Persian Blue

📋 copy color: '#1239CF'

red 18 ◦ green 57 ◦ blue 207

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

Shades of Persian Blue #1239CF

Tints of Persian Blue #1239CF

RGB

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

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

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

R = 6.38%
G = 20.21%
B = 73.4%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1239CF (or 0x1239CF) is known color: Persian Blue. HEX triplet: 12, 39 and CF. RGB value is (18,57,207). Sum of RGB (Red+Green+Blue) = 18+57+207=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #1239CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1239CF is #EDC630. Grayscale: #3D3D3D. Windows color (decimal): -15582769 or 13580562. OLE color: 13580562.

HSL color Cylindrical-coordinate representation of color #1239CF: hue angle of 227.62º 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 #1239CF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 57 207 -
CMYK 0.91 0.72 0 0.19
HSL 227.62º 0.84% 0.44% -
HSV(B) 227.62º 0.91% 0.81% -
XYZ 12.98 7.56 59.81 -
YUV 62.44 209.58 96.3 -
System Red Green Blue C M Y K H S L
Decimal 18 57 207 0.91 0.72 0 0.19 227.62 0.84 0.44
Hex 12 39 CF 5B 48 0 13 E4 54 2C
Octal 22 71 317 133 110 0 23 344 124 54
Binary 10010 111001 11001111 1011011 1001000 0 10011 11100100 1010100 101100

Color Harmonies of #1239CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1239CF

Black with #1239CF

Text Example


Text Example

White with #1239CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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