Html Css Color HEX #0A45DF Persian Blue

📋 copy color: '#0A45DF'

red 10 ◦ green 69 ◦ blue 223

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

Shades of Persian Blue #0A45DF

Tints of Persian Blue #0A45DF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.85%

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

R = 3.31%
G = 22.85%
B = 73.84%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A45DF (or 0x0A45DF) is known color: Persian Blue. HEX triplet: 0A, 45 and DF. RGB value is (10,69,223). Sum of RGB (Red+Green+Blue) = 10+69+223=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A45DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A45DF is #F5BA20. Grayscale: #444444. Windows color (decimal): -16103969 or 14632202. OLE color: 14632202.

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

Color convert

RGB 10 69 223 -
CMYK 0.96 0.69 0 0.13
HSL 223.38º 0.91% 0.46% -
HSV(B) 223.38º 0.96% 0.87% -
XYZ 15.57 9.65 70.85 -
YUV 68.92 214.95 85.98 -
System Red Green Blue C M Y K H S L
Decimal 10 69 223 0.96 0.69 0 0.13 223.38 0.91 0.46
Hex A 45 DF 60 45 0 D DF 5B 2E
Octal 12 105 337 140 105 0 15 337 133 56
Binary 1010 1000101 11011111 1100000 1000101 0 1101 11011111 1011011 101110

Color Harmonies of #0A45DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A45DF

Black with #0A45DF

Text Example


Text Example

White with #0A45DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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