Html Css Color HEX #083ABA Persian Blue

📋 copy color: '#083ABA'

red 8 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #083ABA

Tints of Persian Blue #083ABA

RGB

 RED value IS 8 (3.52% from 255) = 3.17%

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

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

R = 3.17%
G = 23.02%
B = 73.81%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#083ABA (or 0x083ABA) is known color: Persian Blue. HEX triplet: 08, 3A and BA. RGB value is (8,58,186). Sum of RGB (Red+Green+Blue) = 8+58+186=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #083ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ABA is #F7C545. Grayscale: #393939. Windows color (decimal): -16237894 or 12204552. OLE color: 12204552.

HSL color Cylindrical-coordinate representation of color #083ABA: hue angle of 223.15º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083ABA is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 58 186 -
CMYK 0.96 0.69 0 0.27
HSL 223.15º 0.92% 0.38% -
HSV(B) 223.15º 0.96% 0.73% -
XYZ 10.48 6.62 47.18 -
YUV 57.64 200.44 92.59 -
System Red Green Blue C M Y K H S L
Decimal 8 58 186 0.96 0.69 0 0.27 223.15 0.92 0.38
Hex 8 3A BA 60 45 0 1B DF 5C 26
Octal 10 72 272 140 105 0 33 337 134 46
Binary 1000 111010 10111010 1100000 1000101 0 11011 11011111 1011100 100110

Color Harmonies of #083ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083ABA

Black with #083ABA

Text Example


Text Example

White with #083ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083ABA; }

 p { color: rgb(8,58,186); }

 H1.HeaderClassName
 {
   color: #083ABA;
 }
 .AnyTagClassName
 {
   color: #083ABA;
 }
</style>

background-color css

<style>
 a { background-color: #083ABA; }

 a { background-color: rgb(8,58,186); }

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

border-color css

<style>
 span { border-color: #083ABA; }

 span { border-color: rgb(8,58,186); }

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