Html Css Color HEX #0C051E Jaguar

📋 copy color: '#0C051E'

red 12 ◦ green 5 ◦ blue 30

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

Shades of Jaguar #0C051E

Tints of Jaguar #0C051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.64%

 BLUE value IS 30 (12.11% from 255) = 63.83%

R = 25.53%
G = 10.64%
B = 63.83%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0C051E (or 0x0C051E) is known color: Jaguar. HEX triplet: 0C, 05 and 1E. RGB value is (12,5,30). Sum of RGB (Red+Green+Blue) = 12+5+30=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C051E is #F3FAE1. Grayscale: #090909. Windows color (decimal): -15989474 or 1967372. OLE color: 1967372.

HSL color Cylindrical-coordinate representation of color #0C051E: hue angle of 256.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C051E is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 5 30 -
CMYK 0.60 0.83 0 0.88
HSL 256.8º 0.71% 0.07% -
HSV(B) 256.8º 0.83% 0.12% -
XYZ 0.44 0.28 1.26 -
YUV 9.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 12 5 30 0.60 0.83 0 0.88 256.8 0.71 0.07
Hex C 5 1E 3C 53 0 58 101 47 7
Octal 14 5 36 74 123 0 130 401 107 7
Binary 1100 101 11110 111100 1010011 0 1011000 100000001 1000111 111

Color Harmonies of #0C051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C051E

Black with #0C051E

Text Example


Text Example

White with #0C051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,5,30); }

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

background-color css

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

 a { background-color: rgb(12,5,30); }

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

border-color css

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

 span { border-color: rgb(12,5,30); }

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