Html Css Color HEX #011B3F Tangaroa

📋 copy color: '#011B3F'

red 1 ◦ green 27 ◦ blue 63

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

Shades of Tangaroa #011B3F

Tints of Tangaroa #011B3F

RGB

 RED value IS 1 (0.78% from 255) = 1.1%

 GREEN value IS 27 (10.94% from 255) = 29.67%

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

R = 1.1%
G = 29.67%
B = 69.23%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#011B3F (or 0x011B3F) is known color: Tangaroa. HEX triplet: 01, 1B and 3F. RGB value is (1,27,63). Sum of RGB (Red+Green+Blue) = 1+27+63=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #011B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B3F is #FEE4C0. Grayscale: #171717. Windows color (decimal): -16704705 or 4135681. OLE color: 4135681.

HSL color Cylindrical-coordinate representation of color #011B3F: hue angle of 214.84º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B3F is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 27 63 -
CMYK 0.98 0.57 0 0.75
HSL 214.84º 0.97% 0.13% -
HSV(B) 214.84º 0.98% 0.25% -
XYZ 1.3 1.15 4.86 -
YUV 23.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 1 27 63 0.98 0.57 0 0.75 214.84 0.97 0.13
Hex 1 1B 3F 62 39 0 4B D7 61 D
Octal 1 33 77 142 71 0 113 327 141 15
Binary 1 11011 111111 1100010 111001 0 1001011 11010111 1100001 1101

Color Harmonies of #011B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B3F

Black with #011B3F

Text Example


Text Example

White with #011B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011B3F; }

 p { color: rgb(1,27,63); }

 H1.HeaderClassName
 {
   color: #011B3F;
 }
 .AnyTagClassName
 {
   color: #011B3F;
 }
</style>

background-color css

<style>
 a { background-color: #011B3F; }

 a { background-color: rgb(1,27,63); }

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

border-color css

<style>
 span { border-color: #011B3F; }

 span { border-color: rgb(1,27,63); }

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