Html Css Color HEX #0C061B Jaguar

📋 copy color: '#0C061B'

red 12 ◦ green 6 ◦ blue 27

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

Shades of Jaguar #0C061B

Tints of Jaguar #0C061B

RGB

 RED value IS 12 (5.08% from 255) = 26.67%

 GREEN value IS 6 (2.73% from 255) = 13.33%

 BLUE value IS 27 (10.94% from 255) = 60%

R = 26.67%
G = 13.33%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C061B (or 0x0C061B) is known color: Jaguar. HEX triplet: 0C, 06 and 1B. RGB value is (12,6,27). Sum of RGB (Red+Green+Blue) = 12+6+27=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C061B is #F3F9E4. Grayscale: #0A0A0A. Windows color (decimal): -15989221 or 1771020. OLE color: 1771020.

HSL color Cylindrical-coordinate representation of color #0C061B: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C061B is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 6 27 -
CMYK 0.56 0.78 0 0.89
HSL 257.14º 0.64% 0.06% -
HSV(B) 257.14º 0.78% 0.11% -
XYZ 0.41 0.29 1.07 -
YUV 10.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 12 6 27 0.56 0.78 0 0.89 257.14 0.64 0.06
Hex C 6 1B 38 4E 0 59 101 40 6
Octal 14 6 33 70 116 0 131 401 100 6
Binary 1100 110 11011 111000 1001110 0 1011001 100000001 1000000 110

Color Harmonies of #0C061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C061B

Black with #0C061B

Text Example


Text Example

White with #0C061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,6,27); }

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

background-color css

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

 a { background-color: rgb(12,6,27); }

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

border-color css

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

 span { border-color: rgb(12,6,27); }

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