Html Css Color HEX #1236CB Persian Blue

📋 copy color: '#1236CB'

red 18 ◦ green 54 ◦ blue 203

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

Shades of Persian Blue #1236CB

Tints of Persian Blue #1236CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.64%

 BLUE value IS 203 (79.69% from 255) = 73.82%

R = 6.55%
G = 19.64%
B = 73.82%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1236CB (or 0x1236CB) is known color: Persian Blue. HEX triplet: 12, 36 and CB. RGB value is (18,54,203). Sum of RGB (Red+Green+Blue) = 18+54+203=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #1236CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1236CB is #EDC934. Grayscale: #3B3B3B. Windows color (decimal): -15583541 or 13317650. OLE color: 13317650.

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

Color convert

RGB 18 54 203 -
CMYK 0.91 0.73 0 0.20
HSL 228.32º 0.84% 0.43% -
HSV(B) 228.32º 0.91% 0.8% -
XYZ 12.35 7.08 57.22 -
YUV 60.22 208.57 97.88 -
System Red Green Blue C M Y K H S L
Decimal 18 54 203 0.91 0.73 0 0.20 228.32 0.84 0.43
Hex 12 36 CB 5B 49 0 14 E4 54 2B
Octal 22 66 313 133 111 0 24 344 124 53
Binary 10010 110110 11001011 1011011 1001001 0 10100 11100100 1010100 101011

Color Harmonies of #1236CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1236CB

Black with #1236CB

Text Example


Text Example

White with #1236CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1236CB; }

 p { color: rgb(18,54,203); }

 H1.HeaderClassName
 {
   color: #1236CB;
 }
 .AnyTagClassName
 {
   color: #1236CB;
 }
</style>

background-color css

<style>
 a { background-color: #1236CB; }

 a { background-color: rgb(18,54,203); }

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

border-color css

<style>
 span { border-color: #1236CB; }

 span { border-color: rgb(18,54,203); }

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