Html Css Color HEX #163AEA Persian Blue

📋 copy color: '#163AEA'

red 22 ◦ green 58 ◦ blue 234

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

Shades of Persian Blue #163AEA

Tints of Persian Blue #163AEA

RGB

 RED value IS 22 (8.98% from 255) = 7.01%

 GREEN value IS 58 (23.05% from 255) = 18.47%

 BLUE value IS 234 (91.8% from 255) = 74.52%

R = 7.01%
G = 18.47%
B = 74.52%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#163AEA (or 0x163AEA) is known color: Persian Blue. HEX triplet: 16, 3A and EA. RGB value is (22,58,234). Sum of RGB (Red+Green+Blue) = 22+58+234=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #163AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163AEA is #E9C515. Grayscale: #424242. Windows color (decimal): -15320342 or 15350294. OLE color: 15350294.

HSL color Cylindrical-coordinate representation of color #163AEA: hue angle of 229.81º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163AEA is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 58 234 -
CMYK 0.91 0.75 0 0.08
HSL 229.81º 0.83% 0.5% -
HSV(B) 229.81º 0.91% 0.92% -
XYZ 16.7 9.14 78.73 -
YUV 67.3 222.07 95.69 -
System Red Green Blue C M Y K H S L
Decimal 22 58 234 0.91 0.75 0 0.08 229.81 0.83 0.5
Hex 16 3A EA 5B 4B 0 8 E6 53 32
Octal 26 72 352 133 113 0 10 346 123 62
Binary 10110 111010 11101010 1011011 1001011 0 1000 11100110 1010011 110010

Color Harmonies of #163AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163AEA

Black with #163AEA

Text Example


Text Example

White with #163AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163AEA; }

 p { color: rgb(22,58,234); }

 H1.HeaderClassName
 {
   color: #163AEA;
 }
 .AnyTagClassName
 {
   color: #163AEA;
 }
</style>

background-color css

<style>
 a { background-color: #163AEA; }

 a { background-color: rgb(22,58,234); }

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

border-color css

<style>
 span { border-color: #163AEA; }

 span { border-color: rgb(22,58,234); }

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