Html Css Color HEX #0B022E Jaguar

📋 copy color: '#0B022E'

red 11 ◦ green 2 ◦ blue 46

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

Shades of Jaguar #0B022E

Tints of Jaguar #0B022E

RGB

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

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

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

R = 18.64%
G = 3.39%
B = 77.97%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0B022E (or 0x0B022E) is known color: Jaguar. HEX triplet: 0B, 02 and 2E. RGB value is (11,2,46). Sum of RGB (Red+Green+Blue) = 11+2+46=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 46 (18.36% from 255 or 77.97% from 59); Max value from RGB is 46 - color contains mainly: blue. Hex color #0B022E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B022E is #F4FDD1. Grayscale: #090909. Windows color (decimal): -16055762 or 3015179. OLE color: 3015179.

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

Color convert

RGB 11 2 46 -
CMYK 0.76 0.96 0 0.82
HSL 252.27º 0.92% 0.09% -
HSV(B) 252.27º 0.96% 0.18% -
XYZ 0.65 0.31 2.61 -
YUV 9.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 11 2 46 0.76 0.96 0 0.82 252.27 0.92 0.09
Hex B 2 2E 4C 60 0 52 FC 5C 9
Octal 13 2 56 114 140 0 122 374 134 11
Binary 1011 10 101110 1001100 1100000 0 1010010 11111100 1011100 1001

Color Harmonies of #0B022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B022E

Black with #0B022E

Text Example


Text Example

White with #0B022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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