Html Css Color HEX #010F88 Dark Blue

📋 copy color: '#010F88'

red 1 ◦ green 15 ◦ blue 136

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

Shades of Dark Blue #010F88

Tints of Dark Blue #010F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.87%

 BLUE value IS 136 (53.52% from 255) = 89.47%

R = 0.66%
G = 9.87%
B = 89.47%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010F88 (or 0x010F88) is known color: Dark Blue. HEX triplet: 01, 0F and 88. RGB value is (1,15,136). Sum of RGB (Red+Green+Blue) = 1+15+136=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 136 (53.52% from 255 or 89.47% from 152); Max value from RGB is 136 - color contains mainly: blue. Hex color #010F88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F88 is #FEF077. Grayscale: #181818. Windows color (decimal): -16707704 or 8916737. OLE color: 8916737.

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

Color convert

RGB 1 15 136 -
CMYK 0.99 0.89 0 0.47
HSL 233.78º 0.99% 0.27% -
HSV(B) 233.78º 0.99% 0.53% -
XYZ 4.63 2.13 23.46 -
YUV 24.61 190.86 111.16 -
System Red Green Blue C M Y K H S L
Decimal 1 15 136 0.99 0.89 0 0.47 233.78 0.99 0.27
Hex 1 F 88 63 59 0 2F EA 63 1B
Octal 1 17 210 143 131 0 57 352 143 33
Binary 1 1111 10001000 1100011 1011001 0 101111 11101010 1100011 11011

Color Harmonies of #010F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F88

Black with #010F88

Text Example


Text Example

White with #010F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,15,136); }

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

background-color css

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

 a { background-color: rgb(1,15,136); }

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

border-color css

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

 span { border-color: rgb(1,15,136); }

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