Html Css Color HEX #0A069B New Midnight Blue

📋 copy color: '#0A069B'

red 10 ◦ green 6 ◦ blue 155

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

Shades of New Midnight Blue #0A069B

Tints of New Midnight Blue #0A069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

 BLUE value IS 155 (60.94% from 255) = 90.64%

R = 5.85%
G = 3.51%
B = 90.64%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A069B (or 0x0A069B) is known color: New Midnight Blue. HEX triplet: 0A, 06 and 9B. RGB value is (10,6,155). Sum of RGB (Red+Green+Blue) = 10+6+155=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 155 (60.94% from 255 or 90.64% from 171); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A069B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A069B is #F5F964. Grayscale: #171717. Windows color (decimal): -16120165 or 10159626. OLE color: 10159626.

HSL color Cylindrical-coordinate representation of color #0A069B: hue angle of 241.61º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A069B is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 6 155 -
CMYK 0.94 0.96 0 0.39
HSL 241.61º 0.93% 0.32% -
HSV(B) 241.61º 0.96% 0.61% -
XYZ 6.11 2.56 31.18 -
YUV 24.18 201.83 117.88 -
System Red Green Blue C M Y K H S L
Decimal 10 6 155 0.94 0.96 0 0.39 241.61 0.93 0.32
Hex A 6 9B 5E 60 0 27 F2 5D 20
Octal 12 6 233 136 140 0 47 362 135 40
Binary 1010 110 10011011 1011110 1100000 0 100111 11110010 1011101 100000

Color Harmonies of #0A069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A069B

Black with #0A069B

Text Example


Text Example

White with #0A069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,6,155); }

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

background-color css

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

 a { background-color: rgb(10,6,155); }

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

border-color css

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

 span { border-color: rgb(10,6,155); }

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