Html Css Color HEX #083ABC Persian Blue

📋 copy color: '#083ABC'

red 8 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #083ABC

Tints of Persian Blue #083ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.02%

R = 3.15%
G = 22.83%
B = 74.02%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#083ABC (or 0x083ABC) is known color: Persian Blue. HEX triplet: 08, 3A and BC. RGB value is (8,58,188). Sum of RGB (Red+Green+Blue) = 8+58+188=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #083ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ABC is #F7C543. Grayscale: #393939. Windows color (decimal): -16237892 or 12335624. OLE color: 12335624.

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

Color convert

RGB 8 58 188 -
CMYK 0.96 0.69 0 0.26
HSL 223.33º 0.92% 0.38% -
HSV(B) 223.33º 0.96% 0.74% -
XYZ 10.69 6.71 48.31 -
YUV 57.87 201.44 92.43 -
System Red Green Blue C M Y K H S L
Decimal 8 58 188 0.96 0.69 0 0.26 223.33 0.92 0.38
Hex 8 3A BC 60 45 0 1A DF 5C 26
Octal 10 72 274 140 105 0 32 337 134 46
Binary 1000 111010 10111100 1100000 1000101 0 11010 11011111 1011100 100110

Color Harmonies of #083ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083ABC

Black with #083ABC

Text Example


Text Example

White with #083ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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