Html Css Color HEX #010C8B Dark Blue

📋 copy color: '#010C8B'

red 1 ◦ green 12 ◦ blue 139

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

Shades of Dark Blue #010C8B

Tints of Dark Blue #010C8B

RGB

 RED value IS 1 (0.78% from 255) = 0.66%

 GREEN value IS 12 (5.08% from 255) = 7.89%

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

R = 0.66%
G = 7.89%
B = 91.45%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#010C8B (or 0x010C8B) is known color: Dark Blue. HEX triplet: 01, 0C and 8B. RGB value is (1,12,139). Sum of RGB (Red+Green+Blue) = 1+12+139=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 12 (5.08% from 255 or 7.89% 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 #010C8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C8B is #FEF374. Grayscale: #161616. Windows color (decimal): -16708469 or 9112577. OLE color: 9112577.

HSL color Cylindrical-coordinate representation of color #010C8B: hue angle of 235.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C8B is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 12 139 -
CMYK 0.99 0.91 0 0.45
HSL 235.22º 0.99% 0.27% -
HSV(B) 235.22º 0.99% 0.55% -
XYZ 4.8 2.13 24.58 -
YUV 23.19 193.36 112.17 -
System Red Green Blue C M Y K H S L
Decimal 1 12 139 0.99 0.91 0 0.45 235.22 0.99 0.27
Hex 1 C 8B 63 5B 0 2D EB 63 1B
Octal 1 14 213 143 133 0 55 353 143 33
Binary 1 1100 10001011 1100011 1011011 0 101101 11101011 1100011 11011

Color Harmonies of #010C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C8B

Black with #010C8B

Text Example


Text Example

White with #010C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010C8B; }

 p { color: rgb(1,12,139); }

 H1.HeaderClassName
 {
   color: #010C8B;
 }
 .AnyTagClassName
 {
   color: #010C8B;
 }
</style>

background-color css

<style>
 a { background-color: #010C8B; }

 a { background-color: rgb(1,12,139); }

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

border-color css

<style>
 span { border-color: #010C8B; }

 span { border-color: rgb(1,12,139); }

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