Html Css Color HEX #0B0348 Paua

📋 copy color: '#0B0348'

red 11 ◦ green 3 ◦ blue 72

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

Shades of Paua #0B0348

Tints of Paua #0B0348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.49%

 BLUE value IS 72 (28.52% from 255) = 83.72%

R = 12.79%
G = 3.49%
B = 83.72%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0B0348 (or 0x0B0348) is known color: Paua. HEX triplet: 0B, 03 and 48. RGB value is (11,3,72). Sum of RGB (Red+Green+Blue) = 11+3+72=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B0348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0348 is #F4FCB7. Grayscale: #0C0C0C. Windows color (decimal): -16055480 or 4719371. OLE color: 4719371.

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

Color convert

RGB 11 3 72 -
CMYK 0.85 0.96 0 0.72
HSL 246.96º 0.92% 0.15% -
HSV(B) 246.96º 0.96% 0.28% -
XYZ 1.34 0.6 6.18 -
YUV 13.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 11 3 72 0.85 0.96 0 0.72 246.96 0.92 0.15
Hex B 3 48 55 60 0 48 F7 5C F
Octal 13 3 110 125 140 0 110 367 134 17
Binary 1011 11 1001000 1010101 1100000 0 1001000 11110111 1011100 1111

Color Harmonies of #0B0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0348

Black with #0B0348

Text Example


Text Example

White with #0B0348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,3,72); }

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

background-color css

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

 a { background-color: rgb(11,3,72); }

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

border-color css

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

 span { border-color: rgb(11,3,72); }

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