Html Css Color HEX #0A3FDB Persian Blue

📋 copy color: '#0A3FDB'

red 10 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #0A3FDB

Tints of Persian Blue #0A3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

 BLUE value IS 219 (85.94% from 255) = 75%

R = 3.42%
G = 21.58%
B = 75%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A3FDB (or 0x0A3FDB) is known color: Persian Blue. HEX triplet: 0A, 3F and DB. RGB value is (10,63,219). Sum of RGB (Red+Green+Blue) = 10+63+219=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A3FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3FDB is #F5C024. Grayscale: #404040. Windows color (decimal): -16105509 or 14368522. OLE color: 14368522.

HSL color Cylindrical-coordinate representation of color #0A3FDB: hue angle of 224.78º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3FDB is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 63 219 -
CMYK 0.95 0.71 0 0.14
HSL 224.78º 0.91% 0.45% -
HSV(B) 224.78º 0.95% 0.86% -
XYZ 14.69 8.73 67.93 -
YUV 64.94 214.94 88.82 -
System Red Green Blue C M Y K H S L
Decimal 10 63 219 0.95 0.71 0 0.14 224.78 0.91 0.45
Hex A 3F DB 5F 47 0 E E1 5B 2D
Octal 12 77 333 137 107 0 16 341 133 55
Binary 1010 111111 11011011 1011111 1000111 0 1110 11100001 1011011 101101

Color Harmonies of #0A3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3FDB

Black with #0A3FDB

Text Example


Text Example

White with #0A3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,63,219); }

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

background-color css

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

 a { background-color: rgb(10,63,219); }

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

border-color css

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

 span { border-color: rgb(10,63,219); }

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