Html Css Color HEX #01098F Dark Blue

📋 copy color: '#01098F'

red 1 ◦ green 9 ◦ blue 143

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

Shades of Dark Blue #01098F

Tints of Dark Blue #01098F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.88%

 BLUE value IS 143 (56.25% from 255) = 93.46%

R = 0.65%
G = 5.88%
B = 93.46%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01098F (or 0x01098F) is known color: Dark Blue. HEX triplet: 01, 09 and 8F. RGB value is (1,9,143). Sum of RGB (Red+Green+Blue) = 1+9+143=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 143 (56.25% from 255 or 93.46% from 153); Max value from RGB is 143 - color contains mainly: blue. Hex color #01098F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01098F is #FEF670. Grayscale: #151515. Windows color (decimal): -16709233 or 9373953. OLE color: 9373953.

HSL color Cylindrical-coordinate representation of color #01098F: hue angle of 236.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01098F is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 9 143 -
CMYK 0.99 0.94 0 0.44
HSL 236.62º 0.99% 0.28% -
HSV(B) 236.62º 0.99% 0.56% -
XYZ 5.07 2.18 26.14 -
YUV 21.88 196.35 113.1 -
System Red Green Blue C M Y K H S L
Decimal 1 9 143 0.99 0.94 0 0.44 236.62 0.99 0.28
Hex 1 9 8F 63 5E 0 2C ED 63 1C
Octal 1 11 217 143 136 0 54 355 143 34
Binary 1 1001 10001111 1100011 1011110 0 101100 11101101 1100011 11100

Color Harmonies of #01098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01098F

Black with #01098F

Text Example


Text Example

White with #01098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01098F; }

 p { color: rgb(1,9,143); }

 H1.HeaderClassName
 {
   color: #01098F;
 }
 .AnyTagClassName
 {
   color: #01098F;
 }
</style>

background-color css

<style>
 a { background-color: #01098F; }

 a { background-color: rgb(1,9,143); }

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

border-color css

<style>
 span { border-color: #01098F; }

 span { border-color: rgb(1,9,143); }

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