Html Css Color HEX #0B043F Paua

📋 copy color: '#0B043F'

red 11 ◦ green 4 ◦ blue 63

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

Shades of Paua #0B043F

Tints of Paua #0B043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.13%

 BLUE value IS 63 (25% from 255) = 80.77%

R = 14.1%
G = 5.13%
B = 80.77%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B043F (or 0x0B043F) is known color: Paua. HEX triplet: 0B, 04 and 3F. RGB value is (11,4,63). Sum of RGB (Red+Green+Blue) = 11+4+63=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 63 (25% from 255 or 80.77% from 78); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B043F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B043F is #F4FBC0. Grayscale: #0C0C0C. Windows color (decimal): -16055233 or 4129803. OLE color: 4129803.

HSL color Cylindrical-coordinate representation of color #0B043F: hue angle of 247.12º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B043F is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 4 63 -
CMYK 0.83 0.94 0 0.75
HSL 247.12º 0.88% 0.13% -
HSV(B) 247.12º 0.94% 0.25% -
XYZ 1.08 0.52 4.75 -
YUV 12.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 11 4 63 0.83 0.94 0 0.75 247.12 0.88 0.13
Hex B 4 3F 53 5E 0 4B F7 58 D
Octal 13 4 77 123 136 0 113 367 130 15
Binary 1011 100 111111 1010011 1011110 0 1001011 11110111 1011000 1101

Color Harmonies of #0B043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B043F

Black with #0B043F

Text Example


Text Example

White with #0B043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,4,63); }

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

background-color css

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

 a { background-color: rgb(11,4,63); }

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

border-color css

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

 span { border-color: rgb(11,4,63); }

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