Html Css Color HEX #1238BD Persian Blue

📋 copy color: '#1238BD'

red 18 ◦ green 56 ◦ blue 189

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

Shades of Persian Blue #1238BD

Tints of Persian Blue #1238BD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

 BLUE value IS 189 (74.22% from 255) = 71.86%

R = 6.84%
G = 21.29%
B = 71.86%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1238BD (or 0x1238BD) is known color: Persian Blue. HEX triplet: 12, 38 and BD. RGB value is (18,56,189). Sum of RGB (Red+Green+Blue) = 18+56+189=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #1238BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1238BD is #EDC742. Grayscale: #3B3B3B. Windows color (decimal): -15583043 or 12400658. OLE color: 12400658.

HSL color Cylindrical-coordinate representation of color #1238BD: hue angle of 226.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1238BD is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 56 189 -
CMYK 0.90 0.70 0 0.26
HSL 226.67º 0.83% 0.41% -
HSV(B) 226.67º 0.9% 0.74% -
XYZ 10.85 6.63 48.85 -
YUV 59.8 200.91 98.19 -
System Red Green Blue C M Y K H S L
Decimal 18 56 189 0.90 0.70 0 0.26 226.67 0.83 0.41
Hex 12 38 BD 5A 46 0 1A E3 53 29
Octal 22 70 275 132 106 0 32 343 123 51
Binary 10010 111000 10111101 1011010 1000110 0 11010 11100011 1010011 101001

Color Harmonies of #1238BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1238BD

Black with #1238BD

Text Example


Text Example

White with #1238BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1238BD; }

 p { color: rgb(18,56,189); }

 H1.HeaderClassName
 {
   color: #1238BD;
 }
 .AnyTagClassName
 {
   color: #1238BD;
 }
</style>

background-color css

<style>
 a { background-color: #1238BD; }

 a { background-color: rgb(18,56,189); }

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

border-color css

<style>
 span { border-color: #1238BD; }

 span { border-color: rgb(18,56,189); }

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