Html Css Color HEX #0B002E Tolopea

📋 copy color: '#0B002E'

red 11 ◦ green 0 ◦ blue 46

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

Shades of Tolopea #0B002E

Tints of Tolopea #0B002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 46 (18.36% from 255) = 80.7%

R = 19.3%
G = 0%
B = 80.7%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0B002E (or 0x0B002E) is known color: Tolopea. HEX triplet: 0B, 00 and 2E. RGB value is (11,0,46). Sum of RGB (Red+Green+Blue) = 11+0+46=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 46 (18.36% from 255 or 80.70% from 57); Max value from RGB is 46 - color contains mainly: blue. Hex color #0B002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B002E is #F4FFD1. Grayscale: #080808. Windows color (decimal): -16056274 or 3014667. OLE color: 3014667.

HSL color Cylindrical-coordinate representation of color #0B002E: hue angle of 254.35º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B002E is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 11 0 46 -
CMYK 0.76 1 0 0.82
HSL 254.35º 1% 0.09% -
HSV(B) 254.35º 1% 0.18% -
XYZ 0.63 0.27 2.6 -
YUV 8.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 11 0 46 0.76 1 0 0.82 254.35 1 0.09
Hex B 0 2E 4C 64 0 52 FE 64 9
Octal 13 0 56 114 144 0 122 376 144 11
Binary 1011 0 101110 1001100 1100100 0 1010010 11111110 1100100 1001

Color Harmonies of #0B002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B002E

Black with #0B002E

Text Example


Text Example

White with #0B002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,46); }

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

background-color css

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

 a { background-color: rgb(11,0,46); }

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

border-color css

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

 span { border-color: rgb(11,0,46); }

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