Html Css Color HEX #083BBD Persian Blue

📋 copy color: '#083BBD'

red 8 ◦ green 59 ◦ blue 189

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

Shades of Persian Blue #083BBD

Tints of Persian Blue #083BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 73.83%

R = 3.13%
G = 23.05%
B = 73.83%

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

#083BBD (or 0x083BBD) is known color: Persian Blue. HEX triplet: 08, 3B and BD. RGB value is (8,59,189). Sum of RGB (Red+Green+Blue) = 8+59+189=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #083BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BBD is #F7C442. Grayscale: #393939. Windows color (decimal): -16237635 or 12401416. OLE color: 12401416.

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

Color convert

RGB 8 59 189 -
CMYK 0.96 0.69 0 0.26
HSL 223.09º 0.92% 0.39% -
HSV(B) 223.09º 0.96% 0.74% -
XYZ 10.85 6.85 48.9 -
YUV 58.57 201.6 91.93 -
System Red Green Blue C M Y K H S L
Decimal 8 59 189 0.96 0.69 0 0.26 223.09 0.92 0.39
Hex 8 3B BD 60 45 0 1A DF 5C 27
Octal 10 73 275 140 105 0 32 337 134 47
Binary 1000 111011 10111101 1100000 1000101 0 11010 11011111 1011100 100111

Color Harmonies of #083BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BBD

Black with #083BBD

Text Example


Text Example

White with #083BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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