Html Css Color HEX #1237CC Persian Blue

📋 copy color: '#1237CC'

red 18 ◦ green 55 ◦ blue 204

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

Shades of Persian Blue #1237CC

Tints of Persian Blue #1237CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.65%

R = 6.5%
G = 19.86%
B = 73.65%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1237CC (or 0x1237CC) is known color: Persian Blue. HEX triplet: 12, 37 and CC. RGB value is (18,55,204). Sum of RGB (Red+Green+Blue) = 18+55+204=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #1237CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237CC is #EDC833. Grayscale: #3C3C3C. Windows color (decimal): -15583284 or 13383442. OLE color: 13383442.

HSL color Cylindrical-coordinate representation of color #1237CC: hue angle of 228.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1237CC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 55 204 -
CMYK 0.91 0.73 0 0.2
HSL 228.06º 0.84% 0.44% -
HSV(B) 228.06º 0.91% 0.8% -
XYZ 12.51 7.22 57.86 -
YUV 60.92 208.74 97.38 -
System Red Green Blue C M Y K H S L
Decimal 18 55 204 0.91 0.73 0 0.2 228.06 0.84 0.44
Hex 12 37 CC 5B 49 0 14 E4 54 2C
Octal 22 67 314 133 111 0 24 344 124 54
Binary 10010 110111 11001100 1011011 1001001 0 10100 11100100 1010100 101100

Color Harmonies of #1237CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237CC

Black with #1237CC

Text Example


Text Example

White with #1237CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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