Html Css Color HEX #0B0247 Paua

📋 copy color: '#0B0247'

red 11 ◦ green 2 ◦ blue 71

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

Shades of Paua #0B0247

Tints of Paua #0B0247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 84.52%

R = 13.1%
G = 2.38%
B = 84.52%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0B0247 (or 0x0B0247) is known color: Paua. HEX triplet: 0B, 02 and 47. RGB value is (11,2,71). Sum of RGB (Red+Green+Blue) = 11+2+71=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B0247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0247 is #F4FDB8. Grayscale: #0C0C0C. Windows color (decimal): -16055737 or 4653579. OLE color: 4653579.

HSL color Cylindrical-coordinate representation of color #0B0247: hue angle of 247.83º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0247 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 2 71 -
CMYK 0.85 0.97 0 0.72
HSL 247.83º 0.95% 0.14% -
HSV(B) 247.83º 0.97% 0.28% -
XYZ 1.3 0.57 6 -
YUV 12.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 11 2 71 0.85 0.97 0 0.72 247.83 0.95 0.14
Hex B 2 47 55 61 0 48 F8 5F E
Octal 13 2 107 125 141 0 110 370 137 16
Binary 1011 10 1000111 1010101 1100001 0 1001000 11111000 1011111 1110

Color Harmonies of #0B0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0247

Black with #0B0247

Text Example


Text Example

White with #0B0247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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