Html Css Color HEX #0A38DF Persian Blue

📋 copy color: '#0A38DF'

red 10 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #0A38DF

Tints of Persian Blue #0A38DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.38%

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

R = 3.46%
G = 19.38%
B = 77.16%

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

#0A38DF (or 0x0A38DF) is known color: Persian Blue. HEX triplet: 0A, 38 and DF. RGB value is (10,56,223). Sum of RGB (Red+Green+Blue) = 10+56+223=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A38DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A38DF is #F5C720. Grayscale: #3C3C3C. Windows color (decimal): -16107297 or 14628874. OLE color: 14628874.

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

Color convert

RGB 10 56 223 -
CMYK 0.96 0.75 0 0.13
HSL 227.04º 0.91% 0.46% -
HSV(B) 227.04º 0.96% 0.87% -
XYZ 14.86 8.22 70.62 -
YUV 61.28 219.26 91.42 -
System Red Green Blue C M Y K H S L
Decimal 10 56 223 0.96 0.75 0 0.13 227.04 0.91 0.46
Hex A 38 DF 60 4B 0 D E3 5B 2E
Octal 12 70 337 140 113 0 15 343 133 56
Binary 1010 111000 11011111 1100000 1001011 0 1101 11100011 1011011 101110

Color Harmonies of #0A38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A38DF

Black with #0A38DF

Text Example


Text Example

White with #0A38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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