Html Css Color HEX #1238BA Persian Blue

📋 copy color: '#1238BA'

red 18 ◦ green 56 ◦ blue 186

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

Shades of Persian Blue #1238BA

Tints of Persian Blue #1238BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 71.54%

R = 6.92%
G = 21.54%
B = 71.54%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1238BA (or 0x1238BA) is known color: Persian Blue. HEX triplet: 12, 38 and BA. RGB value is (18,56,186). Sum of RGB (Red+Green+Blue) = 18+56+186=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #1238BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1238BA is #EDC745. Grayscale: #3A3A3A. Windows color (decimal): -15583046 or 12204050. OLE color: 12204050.

HSL color Cylindrical-coordinate representation of color #1238BA: hue angle of 226.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1238BA is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 56 186 -
CMYK 0.90 0.70 0 0.27
HSL 226.43º 0.82% 0.4% -
HSV(B) 226.43º 0.9% 0.73% -
XYZ 10.53 6.5 47.15 -
YUV 59.46 199.41 98.43 -
System Red Green Blue C M Y K H S L
Decimal 18 56 186 0.90 0.70 0 0.27 226.43 0.82 0.4
Hex 12 38 BA 5A 46 0 1B E2 52 28
Octal 22 70 272 132 106 0 33 342 122 50
Binary 10010 111000 10111010 1011010 1000110 0 11011 11100010 1010010 101000

Color Harmonies of #1238BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1238BA

Black with #1238BA

Text Example


Text Example

White with #1238BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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