Html Css Color HEX #0B2440 Tangaroa

📋 copy color: '#0B2440'

red 11 ◦ green 36 ◦ blue 64

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

Shades of Tangaroa #0B2440

Tints of Tangaroa #0B2440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.43%

 BLUE value IS 64 (25.39% from 255) = 57.66%

R = 9.91%
G = 32.43%
B = 57.66%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B2440 (or 0x0B2440) is known color: Tangaroa. HEX triplet: 0B, 24 and 40. RGB value is (11,36,64). Sum of RGB (Red+Green+Blue) = 11+36+64=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B2440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2440 is #F4DBBF. Grayscale: #1F1F1F. Windows color (decimal): -16047040 or 4203531. OLE color: 4203531.

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

Color convert

RGB 11 36 64 -
CMYK 0.83 0.44 0 0.75
HSL 211.7º 0.71% 0.15% -
HSV(B) 211.7º 0.83% 0.25% -
XYZ 1.69 1.7 5.09 -
YUV 31.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 11 36 64 0.83 0.44 0 0.75 211.7 0.71 0.15
Hex B 24 40 53 2C 0 4B D4 47 F
Octal 13 44 100 123 54 0 113 324 107 17
Binary 1011 100100 1000000 1010011 101100 0 1001011 11010100 1000111 1111

Color Harmonies of #0B2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2440

Black with #0B2440

Text Example


Text Example

White with #0B2440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,36,64); }

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

background-color css

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

 a { background-color: rgb(11,36,64); }

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

border-color css

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

 span { border-color: rgb(11,36,64); }

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