Html Css Color HEX #0837CD Persian Blue

📋 copy color: '#0837CD'

red 8 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #0837CD

Tints of Persian Blue #0837CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.52%

 BLUE value IS 205 (80.47% from 255) = 76.49%

R = 2.99%
G = 20.52%
B = 76.49%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0837CD (or 0x0837CD) is known color: Persian Blue. HEX triplet: 08, 37 and CD. RGB value is (8,55,205). Sum of RGB (Red+Green+Blue) = 8+55+205=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #0837CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0837CD is #F7C832. Grayscale: #393939. Windows color (decimal): -16238643 or 13448968. OLE color: 13448968.

HSL color Cylindrical-coordinate representation of color #0837CD: hue angle of 225.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0837CD is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 55 205 -
CMYK 0.96 0.73 0 0.20
HSL 225.69º 0.92% 0.42% -
HSV(B) 225.69º 0.96% 0.8% -
XYZ 12.49 7.19 58.49 -
YUV 58.05 210.93 92.3 -
System Red Green Blue C M Y K H S L
Decimal 8 55 205 0.96 0.73 0 0.20 225.69 0.92 0.42
Hex 8 37 CD 60 49 0 14 E2 5C 2A
Octal 10 67 315 140 111 0 24 342 134 52
Binary 1000 110111 11001101 1100000 1001001 0 10100 11100010 1011100 101010

Color Harmonies of #0837CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0837CD

Black with #0837CD

Text Example


Text Example

White with #0837CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0837CD; }

 p { color: rgb(8,55,205); }

 H1.HeaderClassName
 {
   color: #0837CD;
 }
 .AnyTagClassName
 {
   color: #0837CD;
 }
</style>

background-color css

<style>
 a { background-color: #0837CD; }

 a { background-color: rgb(8,55,205); }

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

border-color css

<style>
 span { border-color: #0837CD; }

 span { border-color: rgb(8,55,205); }

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