Html Css Color HEX #0B033F Paua

📋 copy color: '#0B033F'

red 11 ◦ green 3 ◦ blue 63

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

Shades of Paua #0B033F

Tints of Paua #0B033F

RGB

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

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

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

R = 14.29%
G = 3.9%
B = 81.82%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B033F (or 0x0B033F) is known color: Paua. HEX triplet: 0B, 03 and 3F. RGB value is (11,3,63). Sum of RGB (Red+Green+Blue) = 11+3+63=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 63 (25% from 255 or 81.82% from 77); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B033F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B033F is #F4FCC0. Grayscale: #0C0C0C. Windows color (decimal): -16055489 or 4129547. OLE color: 4129547.

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

Color convert

RGB 11 3 63 -
CMYK 0.83 0.95 0 0.75
HSL 248º 0.91% 0.13% -
HSV(B) 248º 0.95% 0.25% -
XYZ 1.07 0.5 4.74 -
YUV 12.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 11 3 63 0.83 0.95 0 0.75 248 0.91 0.13
Hex B 3 3F 53 5F 0 4B F8 5B D
Octal 13 3 77 123 137 0 113 370 133 15
Binary 1011 11 111111 1010011 1011111 0 1001011 11111000 1011011 1101

Color Harmonies of #0B033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B033F

Black with #0B033F

Text Example


Text Example

White with #0B033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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