Html Css Color HEX #0A1B83 Midnight Blue

📋 copy color: '#0A1B83'

red 10 ◦ green 27 ◦ blue 131

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

Shades of Midnight Blue #0A1B83

Tints of Midnight Blue #0A1B83

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.07%

 BLUE value IS 131 (51.56% from 255) = 77.98%

R = 5.95%
G = 16.07%
B = 77.98%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A1B83 (or 0x0A1B83) is known color: Midnight Blue. HEX triplet: 0A, 1B and 83. RGB value is (10,27,131). Sum of RGB (Red+Green+Blue) = 10+27+131=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 131 (51.56% from 255 or 77.98% from 168); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A1B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1B83 is #F5E47C. Grayscale: #212121. Windows color (decimal): -16114813 or 8592138. OLE color: 8592138.

HSL color Cylindrical-coordinate representation of color #0A1B83: hue angle of 231.57º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1B83 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 27 131 -
CMYK 0.92 0.79 0 0.49
HSL 231.57º 0.86% 0.28% -
HSV(B) 231.57º 0.92% 0.51% -
XYZ 4.61 2.49 21.71 -
YUV 33.77 182.87 111.04 -
System Red Green Blue C M Y K H S L
Decimal 10 27 131 0.92 0.79 0 0.49 231.57 0.86 0.28
Hex A 1B 83 5C 4F 0 31 E8 56 1C
Octal 12 33 203 134 117 0 61 350 126 34
Binary 1010 11011 10000011 1011100 1001111 0 110001 11101000 1010110 11100

Color Harmonies of #0A1B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1B83

Black with #0A1B83

Text Example


Text Example

White with #0A1B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,27,131); }

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

background-color css

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

 a { background-color: rgb(10,27,131); }

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

border-color css

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

 span { border-color: rgb(10,27,131); }

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