Html Css Color HEX #1234BE Persian Blue

📋 copy color: '#1234BE'

red 18 ◦ green 52 ◦ blue 190

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

Shades of Persian Blue #1234BE

Tints of Persian Blue #1234BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

 BLUE value IS 190 (74.61% from 255) = 73.08%

R = 6.92%
G = 20%
B = 73.08%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1234BE (or 0x1234BE) is known color: Persian Blue. HEX triplet: 12, 34 and BE. RGB value is (18,52,190). Sum of RGB (Red+Green+Blue) = 18+52+190=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #1234BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1234BE is #EDCB41. Grayscale: #383838. Windows color (decimal): -15584066 or 12465170. OLE color: 12465170.

HSL color Cylindrical-coordinate representation of color #1234BE: hue angle of 228.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1234BE is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 52 190 -
CMYK 0.91 0.73 0 0.25
HSL 228.14º 0.83% 0.41% -
HSV(B) 228.14º 0.91% 0.75% -
XYZ 10.77 6.3 49.36 -
YUV 57.57 202.74 99.78 -
System Red Green Blue C M Y K H S L
Decimal 18 52 190 0.91 0.73 0 0.25 228.14 0.83 0.41
Hex 12 34 BE 5B 49 0 19 E4 53 29
Octal 22 64 276 133 111 0 31 344 123 51
Binary 10010 110100 10111110 1011011 1001001 0 11001 11100100 1010011 101001

Color Harmonies of #1234BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1234BE

Black with #1234BE

Text Example


Text Example

White with #1234BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1234BE; }

 p { color: rgb(18,52,190); }

 H1.HeaderClassName
 {
   color: #1234BE;
 }
 .AnyTagClassName
 {
   color: #1234BE;
 }
</style>

background-color css

<style>
 a { background-color: #1234BE; }

 a { background-color: rgb(18,52,190); }

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

border-color css

<style>
 span { border-color: #1234BE; }

 span { border-color: rgb(18,52,190); }

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