Html Css Color HEX #0A038B Dark Blue

📋 copy color: '#0A038B'

red 10 ◦ green 3 ◦ blue 139

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

Shades of Dark Blue #0A038B

Tints of Dark Blue #0A038B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

 BLUE value IS 139 (54.69% from 255) = 91.45%

R = 6.58%
G = 1.97%
B = 91.45%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A038B (or 0x0A038B) is known color: Dark Blue. HEX triplet: 0A, 03 and 8B. RGB value is (10,3,139). Sum of RGB (Red+Green+Blue) = 10+3+139=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 139 (54.69% from 255 or 91.45% from 152); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A038B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A038B is #F5FC74. Grayscale: #141414. Windows color (decimal): -16120949 or 9110282. OLE color: 9110282.

HSL color Cylindrical-coordinate representation of color #0A038B: hue angle of 243.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A038B is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 3 139 -
CMYK 0.93 0.98 0 0.45
HSL 243.09º 0.96% 0.28% -
HSV(B) 243.09º 0.98% 0.55% -
XYZ 4.82 1.99 24.56 -
YUV 20.6 194.82 120.44 -
System Red Green Blue C M Y K H S L
Decimal 10 3 139 0.93 0.98 0 0.45 243.09 0.96 0.28
Hex A 3 8B 5D 62 0 2D F3 60 1C
Octal 12 3 213 135 142 0 55 363 140 34
Binary 1010 11 10001011 1011101 1100010 0 101101 11110011 1100000 11100

Color Harmonies of #0A038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A038B

Black with #0A038B

Text Example


Text Example

White with #0A038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,3,139); }

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

background-color css

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

 a { background-color: rgb(10,3,139); }

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

border-color css

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

 span { border-color: rgb(10,3,139); }

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