Html Css Color HEX #083CBB Persian Blue

📋 copy color: '#083CBB'

red 8 ◦ green 60 ◦ blue 187

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

Shades of Persian Blue #083CBB

Tints of Persian Blue #083CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.53%

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

R = 3.14%
G = 23.53%
B = 73.33%

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

#083CBB (or 0x083CBB) is known color: Persian Blue. HEX triplet: 08, 3C and BB. RGB value is (8,60,187). Sum of RGB (Red+Green+Blue) = 8+60+187=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #083CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CBB is #F7C344. Grayscale: #3A3A3A. Windows color (decimal): -16237381 or 12270600. OLE color: 12270600.

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

Color convert

RGB 8 60 187 -
CMYK 0.96 0.68 0 0.27
HSL 222.57º 0.92% 0.38% -
HSV(B) 222.57º 0.96% 0.73% -
XYZ 10.69 6.87 47.78 -
YUV 58.93 200.27 91.67 -
System Red Green Blue C M Y K H S L
Decimal 8 60 187 0.96 0.68 0 0.27 222.57 0.92 0.38
Hex 8 3C BB 60 44 0 1B DF 5C 26
Octal 10 74 273 140 104 0 33 337 134 46
Binary 1000 111100 10111011 1100000 1000100 0 11011 11011111 1011100 100110

Color Harmonies of #083CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CBB

Black with #083CBB

Text Example


Text Example

White with #083CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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