Html Css Color HEX #0A37CD Persian Blue

📋 copy color: '#0A37CD'

red 10 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #0A37CD

Tints of Persian Blue #0A37CD

RGB

 RED value IS 10 (4.3% from 255) = 3.7%

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

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

R = 3.7%
G = 20.37%
B = 75.93%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A37CD (or 0x0A37CD) is known color: Persian Blue. HEX triplet: 0A, 37 and CD. RGB value is (10,55,205). Sum of RGB (Red+Green+Blue) = 10+55+205=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A37CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A37CD is #F5C832. Grayscale: #3A3A3A. Windows color (decimal): -16107571 or 13448970. OLE color: 13448970.

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

Color convert

RGB 10 55 205 -
CMYK 0.95 0.73 0 0.20
HSL 226.15º 0.91% 0.42% -
HSV(B) 226.15º 0.95% 0.8% -
XYZ 12.51 7.2 58.49 -
YUV 58.65 210.59 93.3 -
System Red Green Blue C M Y K H S L
Decimal 10 55 205 0.95 0.73 0 0.20 226.15 0.91 0.42
Hex A 37 CD 5F 49 0 14 E2 5B 2A
Octal 12 67 315 137 111 0 24 342 133 52
Binary 1010 110111 11001101 1011111 1001001 0 10100 11100010 1011011 101010

Color Harmonies of #0A37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A37CD

Black with #0A37CD

Text Example


Text Example

White with #0A37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A37CD; }

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

 H1.HeaderClassName
 {
   color: #0A37CD;
 }
 .AnyTagClassName
 {
   color: #0A37CD;
 }
</style>

background-color css

<style>
 a { background-color: #0A37CD; }

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

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

border-color css

<style>
 span { border-color: #0A37CD; }

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

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