Html Css Color HEX #0B084A Paua

📋 copy color: '#0B084A'

red 11 ◦ green 8 ◦ blue 74

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

Shades of Paua #0B084A

Tints of Paua #0B084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.6%

 BLUE value IS 74 (29.3% from 255) = 79.57%

R = 11.83%
G = 8.6%
B = 79.57%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B084A (or 0x0B084A) is known color: Paua. HEX triplet: 0B, 08 and 4A. RGB value is (11,8,74). Sum of RGB (Red+Green+Blue) = 11+8+74=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B084A is #F4F7B5. Grayscale: #101010. Windows color (decimal): -16054198 or 4851723. OLE color: 4851723.

HSL color Cylindrical-coordinate representation of color #0B084A: hue angle of 242.73º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B084A is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 8 74 -
CMYK 0.85 0.89 0 0.71
HSL 242.73º 0.8% 0.16% -
HSV(B) 242.73º 0.89% 0.29% -
XYZ 1.46 0.74 6.54 -
YUV 16.42 160.49 124.13 -
System Red Green Blue C M Y K H S L
Decimal 11 8 74 0.85 0.89 0 0.71 242.73 0.8 0.16
Hex B 8 4A 55 59 0 47 F3 50 10
Octal 13 10 112 125 131 0 107 363 120 20
Binary 1011 1000 1001010 1010101 1011001 0 1000111 11110011 1010000 10000

Color Harmonies of #0B084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B084A

Black with #0B084A

Text Example


Text Example

White with #0B084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,8,74); }

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

background-color css

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

 a { background-color: rgb(11,8,74); }

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

border-color css

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

 span { border-color: rgb(11,8,74); }

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