Html Css Color HEX #083BBA Persian Blue

📋 copy color: '#083BBA'

red 8 ◦ green 59 ◦ blue 186

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

Shades of Persian Blue #083BBA

Tints of Persian Blue #083BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.32%

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

R = 3.16%
G = 23.32%
B = 73.52%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#083BBA (or 0x083BBA) is known color: Persian Blue. HEX triplet: 08, 3B and BA. RGB value is (8,59,186). Sum of RGB (Red+Green+Blue) = 8+59+186=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #083BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BBA is #F7C445. Grayscale: #393939. Windows color (decimal): -16237638 or 12204808. OLE color: 12204808.

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

Color convert

RGB 8 59 186 -
CMYK 0.96 0.68 0 0.27
HSL 222.81º 0.92% 0.38% -
HSV(B) 222.81º 0.96% 0.73% -
XYZ 10.53 6.72 47.2 -
YUV 58.23 200.1 92.17 -
System Red Green Blue C M Y K H S L
Decimal 8 59 186 0.96 0.68 0 0.27 222.81 0.92 0.38
Hex 8 3B BA 60 44 0 1B DF 5C 26
Octal 10 73 272 140 104 0 33 337 134 46
Binary 1000 111011 10111010 1100000 1000100 0 11011 11011111 1011100 100110

Color Harmonies of #083BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BBA

Black with #083BBA

Text Example


Text Example

White with #083BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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