Html Css Color HEX #0A3BBB Persian Blue

📋 copy color: '#0A3BBB'

red 10 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #0A3BBB

Tints of Persian Blue #0A3BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.05%

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

R = 3.91%
G = 23.05%
B = 73.05%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A3BBB (or 0x0A3BBB) is known color: Persian Blue. HEX triplet: 0A, 3B and BB. RGB value is (10,59,187). Sum of RGB (Red+Green+Blue) = 10+59+187=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A3BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3BBB is #F5C444. Grayscale: #3A3A3A. Windows color (decimal): -16106565 or 12270346. OLE color: 12270346.

HSL color Cylindrical-coordinate representation of color #0A3BBB: hue angle of 223.39º 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 #0A3BBB is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 59 187 -
CMYK 0.95 0.68 0 0.27
HSL 223.39º 0.9% 0.39% -
HSV(B) 223.39º 0.95% 0.73% -
XYZ 10.66 6.78 47.76 -
YUV 58.94 200.27 93.09 -
System Red Green Blue C M Y K H S L
Decimal 10 59 187 0.95 0.68 0 0.27 223.39 0.9 0.39
Hex A 3B BB 5F 44 0 1B DF 5A 27
Octal 12 73 273 137 104 0 33 337 132 47
Binary 1010 111011 10111011 1011111 1000100 0 11011 11011111 1011010 100111

Color Harmonies of #0A3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3BBB

Black with #0A3BBB

Text Example


Text Example

White with #0A3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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