Html Css Color HEX #0B022F Jaguar

📋 copy color: '#0B022F'

red 11 ◦ green 2 ◦ blue 47

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

Shades of Jaguar #0B022F

Tints of Jaguar #0B022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.33%

 BLUE value IS 47 (18.75% from 255) = 78.33%

R = 18.33%
G = 3.33%
B = 78.33%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0B022F (or 0x0B022F) is known color: Jaguar. HEX triplet: 0B, 02 and 2F. RGB value is (11,2,47). Sum of RGB (Red+Green+Blue) = 11+2+47=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 47 (18.75% from 255 or 78.33% from 60); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B022F is #F4FDD0. Grayscale: #090909. Windows color (decimal): -16055761 or 3080715. OLE color: 3080715.

HSL color Cylindrical-coordinate representation of color #0B022F: hue angle of 252º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B022F is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 11 2 47 -
CMYK 0.77 0.96 0 0.82
HSL 252º 0.92% 0.1% -
HSV(B) 252º 0.96% 0.18% -
XYZ 0.67 0.32 2.72 -
YUV 9.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 11 2 47 0.77 0.96 0 0.82 252 0.92 0.1
Hex B 2 2F 4D 60 0 52 FC 5C A
Octal 13 2 57 115 140 0 122 374 134 12
Binary 1011 10 101111 1001101 1100000 0 1010010 11111100 1011100 1010

Color Harmonies of #0B022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B022F

Black with #0B022F

Text Example


Text Example

White with #0B022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,2,47); }

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

background-color css

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

 a { background-color: rgb(11,2,47); }

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

border-color css

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

 span { border-color: rgb(11,2,47); }

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