Html Css Color HEX #083ABB Persian Blue

📋 copy color: '#083ABB'

red 8 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #083ABB

Tints of Persian Blue #083ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.91%

R = 3.16%
G = 22.92%
B = 73.91%

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

#083ABB (or 0x083ABB) is known color: Persian Blue. HEX triplet: 08, 3A and BB. RGB value is (8,58,187). Sum of RGB (Red+Green+Blue) = 8+58+187=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #083ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ABB is #F7C544. Grayscale: #393939. Windows color (decimal): -16237893 or 12270088. OLE color: 12270088.

HSL color Cylindrical-coordinate representation of color #083ABB: hue angle of 223.24º 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 #083ABB is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 58 187 -
CMYK 0.96 0.69 0 0.27
HSL 223.24º 0.92% 0.38% -
HSV(B) 223.24º 0.96% 0.73% -
XYZ 10.58 6.67 47.74 -
YUV 57.76 200.94 92.51 -
System Red Green Blue C M Y K H S L
Decimal 8 58 187 0.96 0.69 0 0.27 223.24 0.92 0.38
Hex 8 3A BB 60 45 0 1B DF 5C 26
Octal 10 72 273 140 105 0 33 337 134 46
Binary 1000 111010 10111011 1100000 1000101 0 11011 11011111 1011100 100110

Color Harmonies of #083ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083ABB

Black with #083ABB

Text Example


Text Example

White with #083ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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