#00283b

Color #00283B Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #00283B

Tints of Tangaroa #00283B

Color information

#00283B (or 0x00283B) is unknown color: approx Tangaroa. HEX triplet: 00, 28 and 3B. RGB value is (0,40,59). Sum of RGB (Red+Green+Blue) = 0+40+59=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #00283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00283B is #FFD7C4. Grayscale: #1E1E1E. Windows color (decimal): -16766917 or 3876864. OLE color: 3876864.

HSL color Cylindrical-coordinate representation of color #00283B: hue angle of 199.32º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00283B is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB04059-
CMYK10.3200.77
HSL199.32º100%11.57%-
HSV(B)199.32º100%23.14%-
XYZ1.551.834.41-
YUV30.21144.25106.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 59 (23.44% from 255) = 59.60%
R=0%
G=40.40%
B=59.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0405910.3200.77199.3210011.57
Hex0283B642004Dc764c
Octal0507314440011530714414
Binary01010001110111100100100000010011011100011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00283b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00283b; }

 p { color: rgb(0,40,59); }

 H1.HeaderClassName
 {
   color: #00283b;
 }
 .AnyTagClassName
 {
   color: #00283b;
 }
</style>
background-color css

<style>
 a { background-color: #00283b; }

 a { background-color: rgb(0,40,59); }

 div.DivClassName
 {
   background-color: #00283b;
 }
 .BgClassName
 {
   background-color: #00283b;
 }
</style>
border-color css

<style>
 span { border-color: #00283b; }

 span { border-color: rgb(0,40,59); }

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