Html Css Color HEX #083BBC Persian Blue

📋 copy color: '#083BBC'

red 8 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #083BBC

Tints of Persian Blue #083BBC

RGB

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

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

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

R = 3.14%
G = 23.14%
B = 73.73%

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

#083BBC (or 0x083BBC) is known color: Persian Blue. HEX triplet: 08, 3B and BC. RGB value is (8,59,188). Sum of RGB (Red+Green+Blue) = 8+59+188=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #083BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BBC is #F7C443. Grayscale: #393939. Windows color (decimal): -16237636 or 12335880. OLE color: 12335880.

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

Color convert

RGB 8 59 188 -
CMYK 0.96 0.69 0 0.26
HSL 223º 0.92% 0.38% -
HSV(B) 223º 0.96% 0.74% -
XYZ 10.74 6.81 48.33 -
YUV 58.46 201.1 92.01 -
System Red Green Blue C M Y K H S L
Decimal 8 59 188 0.96 0.69 0 0.26 223 0.92 0.38
Hex 8 3B BC 60 45 0 1A DF 5C 26
Octal 10 73 274 140 105 0 32 337 134 46
Binary 1000 111011 10111100 1100000 1000101 0 11010 11011111 1011100 100110

Color Harmonies of #083BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BBC

Black with #083BBC

Text Example


Text Example

White with #083BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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