Html Css Color HEX #001B41 Tangaroa

📋 copy color: '#001B41'

red 0 ◦ green 27 ◦ blue 65

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

Shades of Tangaroa #001B41

Tints of Tangaroa #001B41

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 65 (25.78% from 255) = 70.65%

R = 0%
G = 29.35%
B = 70.65%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#001B41 (or 0x001B41) is known color: Tangaroa. HEX triplet: 00, 1B and 41. RGB value is (0,27,65). Sum of RGB (Red+Green+Blue) = 0+27+65=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #001B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B41 is #FFE4BE. Grayscale: #171717. Windows color (decimal): -16770239 or 4266752. OLE color: 4266752.

HSL color Cylindrical-coordinate representation of color #001B41: hue angle of 215.08º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B41 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 27 65 -
CMYK 1 0.58 0 0.75
HSL 215.08º 1% 0.13% -
HSV(B) 215.08º 1% 0.25% -
XYZ 1.35 1.17 5.16 -
YUV 23.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 0 27 65 1 0.58 0 0.75 215.08 1 0.13
Hex 0 1B 41 64 3A 0 4B D7 64 D
Octal 0 33 101 144 72 0 113 327 144 15
Binary 0 11011 1000001 1100100 111010 0 1001011 11010111 1100100 1101

Color Harmonies of #001B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B41

Black with #001B41

Text Example


Text Example

White with #001B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001B41; }

 p { color: rgb(0,27,65); }

 H1.HeaderClassName
 {
   color: #001B41;
 }
 .AnyTagClassName
 {
   color: #001B41;
 }
</style>

background-color css

<style>
 a { background-color: #001B41; }

 a { background-color: rgb(0,27,65); }

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

border-color css

<style>
 span { border-color: #001B41; }

 span { border-color: rgb(0,27,65); }

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