Html Css Color HEX #00263D Tangaroa

📋 copy color: '#00263D'

red 0 ◦ green 38 ◦ blue 61

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

Shades of Tangaroa #00263D

Tints of Tangaroa #00263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 61.62%

R = 0%
G = 38.38%
B = 61.62%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00263D (or 0x00263D) is known color: Tangaroa. HEX triplet: 00, 26 and 3D. RGB value is (0,38,61). Sum of RGB (Red+Green+Blue) = 0+38+61=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #00263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00263D is #FFD9C2. Grayscale: #1D1D1D. Windows color (decimal): -16767427 or 4007424. OLE color: 4007424.

HSL color Cylindrical-coordinate representation of color #00263D: hue angle of 202.62º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00263D is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 38 61 -
CMYK 1 0.38 0 0.76
HSL 202.62º 1% 0.12% -
HSV(B) 202.62º 1% 0.24% -
XYZ 1.54 1.72 4.67 -
YUV 29.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 0 38 61 1 0.38 0 0.76 202.62 1 0.12
Hex 0 26 3D 64 26 0 4C CB 64 C
Octal 0 46 75 144 46 0 114 313 144 14
Binary 0 100110 111101 1100100 100110 0 1001100 11001011 1100100 1100

Color Harmonies of #00263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00263D

Black with #00263D

Text Example


Text Example

White with #00263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00263D; }

 p { color: rgb(0,38,61); }

 H1.HeaderClassName
 {
   color: #00263D;
 }
 .AnyTagClassName
 {
   color: #00263D;
 }
</style>

background-color css

<style>
 a { background-color: #00263D; }

 a { background-color: rgb(0,38,61); }

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

border-color css

<style>
 span { border-color: #00263D; }

 span { border-color: rgb(0,38,61); }

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