Html Css Color HEX #0B1A18 Dark Green

📋 copy color: '#0B1A18'

red 11 ◦ green 26 ◦ blue 24

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

Shades of Dark Green #0B1A18

Tints of Dark Green #0B1A18

RGB

 RED value IS 11 (4.69% from 255) = 18.03%

 GREEN value IS 26 (10.55% from 255) = 42.62%

 BLUE value IS 24 (9.77% from 255) = 39.34%

R = 18.03%
G = 42.62%
B = 39.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#0B1A18 (or 0x0B1A18) is known color: Dark Green. HEX triplet: 0B, 1A and 18. RGB value is (11,26,24). Sum of RGB (Red+Green+Blue) = 11+26+24=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A18 is #F4E5E7. Grayscale: #151515. Windows color (decimal): -16049640 or 1579531. OLE color: 1579531.

HSL color Cylindrical-coordinate representation of color #0B1A18: hue angle of 172º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B1A18 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 26 24 -
CMYK 0.58 0 0.08 0.90
HSL 172º 0.41% 0.07% -
HSV(B) 172º 0.58% 0.1% -
XYZ 0.67 0.88 1 -
YUV 21.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 11 26 24 0.58 0 0.08 0.90 172 0.41 0.07
Hex B 1A 18 3A 0 8 5A AC 29 7
Octal 13 32 30 72 0 10 132 254 51 7
Binary 1011 11010 11000 111010 0 1000 1011010 10101100 101001 111

Color Harmonies of #0B1A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1A18

Black with #0B1A18

Text Example


Text Example

White with #0B1A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,26,24); }

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

background-color css

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

 a { background-color: rgb(11,26,24); }

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

border-color css

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

 span { border-color: rgb(11,26,24); }

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