Html Css Color HEX #0B033E Paua

📋 copy color: '#0B033E'

red 11 ◦ green 3 ◦ blue 62

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

Shades of Paua #0B033E

Tints of Paua #0B033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 81.58%

R = 14.47%
G = 3.95%
B = 81.58%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0B033E (or 0x0B033E) is known color: Paua. HEX triplet: 0B, 03 and 3E. RGB value is (11,3,62). Sum of RGB (Red+Green+Blue) = 11+3+62=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 62 (24.61% from 255 or 81.58% from 76); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B033E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B033E is #F4FCC1. Grayscale: #0B0B0B. Windows color (decimal): -16055490 or 4064011. OLE color: 4064011.

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

Color convert

RGB 11 3 62 -
CMYK 0.82 0.95 0 0.76
HSL 248.14º 0.91% 0.13% -
HSV(B) 248.14º 0.95% 0.24% -
XYZ 1.04 0.48 4.6 -
YUV 12.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 11 3 62 0.82 0.95 0 0.76 248.14 0.91 0.13
Hex B 3 3E 52 5F 0 4C F8 5B D
Octal 13 3 76 122 137 0 114 370 133 15
Binary 1011 11 111110 1010010 1011111 0 1001100 11111000 1011011 1101

Color Harmonies of #0B033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B033E

Black with #0B033E

Text Example


Text Example

White with #0B033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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