Html Css Color HEX #0B294B Tangaroa

📋 copy color: '#0B294B'

red 11 ◦ green 41 ◦ blue 75

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

Shades of Tangaroa #0B294B

Tints of Tangaroa #0B294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.28%

 BLUE value IS 75 (29.69% from 255) = 59.06%

R = 8.66%
G = 32.28%
B = 59.06%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B294B (or 0x0B294B) is known color: Tangaroa. HEX triplet: 0B, 29 and 4B. RGB value is (11,41,75). Sum of RGB (Red+Green+Blue) = 11+41+75=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B294B is #F4D6B4. Grayscale: #232323. Windows color (decimal): -16045749 or 4925707. OLE color: 4925707.

HSL color Cylindrical-coordinate representation of color #0B294B: hue angle of 211.88º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B294B is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 41 75 -
CMYK 0.85 0.45 0 0.71
HSL 211.88º 0.74% 0.17% -
HSV(B) 211.88º 0.85% 0.29% -
XYZ 2.2 2.17 6.96 -
YUV 35.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 11 41 75 0.85 0.45 0 0.71 211.88 0.74 0.17
Hex B 29 4B 55 2D 0 47 D4 4A 11
Octal 13 51 113 125 55 0 107 324 112 21
Binary 1011 101001 1001011 1010101 101101 0 1000111 11010100 1001010 10001

Color Harmonies of #0B294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B294B

Black with #0B294B

Text Example


Text Example

White with #0B294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,41,75); }

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

background-color css

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

 a { background-color: rgb(11,41,75); }

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

border-color css

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

 span { border-color: rgb(11,41,75); }

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