Html Css Color HEX #0A37DF Persian Blue

📋 copy color: '#0A37DF'

red 10 ◦ green 55 ◦ blue 223

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

Shades of Persian Blue #0A37DF

Tints of Persian Blue #0A37DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.43%

R = 3.47%
G = 19.1%
B = 77.43%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A37DF (or 0x0A37DF) is known color: Persian Blue. HEX triplet: 0A, 37 and DF. RGB value is (10,55,223). Sum of RGB (Red+Green+Blue) = 10+55+223=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A37DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A37DF is #F5C820. Grayscale: #3B3B3B. Windows color (decimal): -16107553 or 14628618. OLE color: 14628618.

HSL color Cylindrical-coordinate representation of color #0A37DF: hue angle of 227.32º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A37DF is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 55 223 -
CMYK 0.96 0.75 0 0.13
HSL 227.32º 0.91% 0.46% -
HSV(B) 227.32º 0.96% 0.87% -
XYZ 14.81 8.12 70.6 -
YUV 60.7 219.59 91.84 -
System Red Green Blue C M Y K H S L
Decimal 10 55 223 0.96 0.75 0 0.13 227.32 0.91 0.46
Hex A 37 DF 60 4B 0 D E3 5B 2E
Octal 12 67 337 140 113 0 15 343 133 56
Binary 1010 110111 11011111 1100000 1001011 0 1101 11100011 1011011 101110

Color Harmonies of #0A37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A37DF

Black with #0A37DF

Text Example


Text Example

White with #0A37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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