Html Css Color HEX #0B2637 Tangaroa

📋 copy color: '#0B2637'

red 11 ◦ green 38 ◦ blue 55

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

Shades of Tangaroa #0B2637

Tints of Tangaroa #0B2637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.54%

 BLUE value IS 55 (21.88% from 255) = 52.88%

R = 10.58%
G = 36.54%
B = 52.88%

CMYK

 C value IS 0.8

 M value IS 0.31

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B2637 (or 0x0B2637) is known color: Tangaroa. HEX triplet: 0B, 26 and 37. RGB value is (11,38,55). Sum of RGB (Red+Green+Blue) = 11+38+55=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B2637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2637 is #F4D9C8. Grayscale: #1F1F1F. Windows color (decimal): -16046537 or 3614219. OLE color: 3614219.

HSL color Cylindrical-coordinate representation of color #0B2637: hue angle of 203.18º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B2637 is Cyan = 0.8, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 38 55 -
CMYK 0.8 0.31 0 0.78
HSL 203.18º 0.67% 0.13% -
HSV(B) 203.18º 0.8% 0.22% -
XYZ 1.52 1.73 3.87 -
YUV 31.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 11 38 55 0.8 0.31 0 0.78 203.18 0.67 0.13
Hex B 26 37 50 1F 0 4E CB 43 D
Octal 13 46 67 120 37 0 116 313 103 15
Binary 1011 100110 110111 1010000 11111 0 1001110 11001011 1000011 1101

Color Harmonies of #0B2637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2637

Black with #0B2637

Text Example


Text Example

White with #0B2637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,38,55); }

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

background-color css

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

 a { background-color: rgb(11,38,55); }

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

border-color css

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

 span { border-color: rgb(11,38,55); }

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