Html Css Color HEX #083ACB Persian Blue

📋 copy color: '#083ACB'

red 8 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #083ACB

Tints of Persian Blue #083ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.46%

R = 2.97%
G = 21.56%
B = 75.46%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#083ACB (or 0x083ACB) is known color: Persian Blue. HEX triplet: 08, 3A and CB. RGB value is (8,58,203). Sum of RGB (Red+Green+Blue) = 8+58+203=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #083ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ACB is #F7C534. Grayscale: #3A3A3A. Windows color (decimal): -16237877 or 13318664. OLE color: 13318664.

HSL color Cylindrical-coordinate representation of color #083ACB: hue angle of 224.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083ACB is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 58 203 -
CMYK 0.96 0.71 0 0.20
HSL 224.62º 0.92% 0.41% -
HSV(B) 224.62º 0.96% 0.8% -
XYZ 12.39 7.39 57.27 -
YUV 59.58 208.94 91.21 -
System Red Green Blue C M Y K H S L
Decimal 8 58 203 0.96 0.71 0 0.20 224.62 0.92 0.41
Hex 8 3A CB 60 47 0 14 E1 5C 29
Octal 10 72 313 140 107 0 24 341 134 51
Binary 1000 111010 11001011 1100000 1000111 0 10100 11100001 1011100 101001

Color Harmonies of #083ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083ACB

Black with #083ACB

Text Example


Text Example

White with #083ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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