Html Css Color HEX #1237CF Persian Blue

📋 copy color: '#1237CF'

red 18 ◦ green 55 ◦ blue 207

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

Shades of Persian Blue #1237CF

Tints of Persian Blue #1237CF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.64%

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

R = 6.43%
G = 19.64%
B = 73.93%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1237CF (or 0x1237CF) is known color: Persian Blue. HEX triplet: 12, 37 and CF. RGB value is (18,55,207). Sum of RGB (Red+Green+Blue) = 18+55+207=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #1237CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237CF is #EDC830. Grayscale: #3C3C3C. Windows color (decimal): -15583281 or 13580050. OLE color: 13580050.

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

Color convert

RGB 18 55 207 -
CMYK 0.91 0.73 0 0.19
HSL 228.25º 0.84% 0.44% -
HSV(B) 228.25º 0.91% 0.81% -
XYZ 12.88 7.37 59.77 -
YUV 61.27 210.24 97.14 -
System Red Green Blue C M Y K H S L
Decimal 18 55 207 0.91 0.73 0 0.19 228.25 0.84 0.44
Hex 12 37 CF 5B 49 0 13 E4 54 2C
Octal 22 67 317 133 111 0 23 344 124 54
Binary 10010 110111 11001111 1011011 1001001 0 10011 11100100 1010100 101100

Color Harmonies of #1237CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237CF

Black with #1237CF

Text Example


Text Example

White with #1237CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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