Html Css Color HEX #1237CA Persian Blue

📋 copy color: '#1237CA'

red 18 ◦ green 55 ◦ blue 202

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

Shades of Persian Blue #1237CA

Tints of Persian Blue #1237CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 73.45%

R = 6.55%
G = 20%
B = 73.45%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1237CA (or 0x1237CA) is known color: Persian Blue. HEX triplet: 12, 37 and CA. RGB value is (18,55,202). Sum of RGB (Red+Green+Blue) = 18+55+202=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 202 (79.30% from 255 or 73.45% from 275); Max value from RGB is 202 - color contains mainly: blue. Hex color #1237CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237CA is #EDC835. Grayscale: #3C3C3C. Windows color (decimal): -15583286 or 13252370. OLE color: 13252370.

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

Color convert

RGB 18 55 202 -
CMYK 0.91 0.73 0 0.21
HSL 227.93º 0.84% 0.43% -
HSV(B) 227.93º 0.91% 0.79% -
XYZ 12.28 7.13 56.61 -
YUV 60.7 207.74 97.55 -
System Red Green Blue C M Y K H S L
Decimal 18 55 202 0.91 0.73 0 0.21 227.93 0.84 0.43
Hex 12 37 CA 5B 49 0 15 E4 54 2B
Octal 22 67 312 133 111 0 25 344 124 53
Binary 10010 110111 11001010 1011011 1001001 0 10101 11100100 1010100 101011

Color Harmonies of #1237CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237CA

Black with #1237CA

Text Example


Text Example

White with #1237CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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