Html Css Color HEX #0A3DBB Persian Blue

📋 copy color: '#0A3DBB'

red 10 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #0A3DBB

Tints of Persian Blue #0A3DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.64%

 BLUE value IS 187 (73.44% from 255) = 72.48%

R = 3.88%
G = 23.64%
B = 72.48%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A3DBB (or 0x0A3DBB) is known color: Persian Blue. HEX triplet: 0A, 3D and BB. RGB value is (10,61,187). Sum of RGB (Red+Green+Blue) = 10+61+187=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A3DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3DBB is #F5C244. Grayscale: #3B3B3B. Windows color (decimal): -16106053 or 12270858. OLE color: 12270858.

HSL color Cylindrical-coordinate representation of color #0A3DBB: hue angle of 222.71º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3DBB is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 61 187 -
CMYK 0.95 0.67 0 0.27
HSL 222.71º 0.9% 0.39% -
HSV(B) 222.71º 0.95% 0.73% -
XYZ 10.76 6.99 47.8 -
YUV 60.12 199.6 92.25 -
System Red Green Blue C M Y K H S L
Decimal 10 61 187 0.95 0.67 0 0.27 222.71 0.9 0.39
Hex A 3D BB 5F 43 0 1B DF 5A 27
Octal 12 75 273 137 103 0 33 337 132 47
Binary 1010 111101 10111011 1011111 1000011 0 11011 11011111 1011010 100111

Color Harmonies of #0A3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3DBB

Black with #0A3DBB

Text Example


Text Example

White with #0A3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,61,187); }

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

background-color css

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

 a { background-color: rgb(10,61,187); }

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

border-color css

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

 span { border-color: rgb(10,61,187); }

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