Html Css Color HEX #06263B Tangaroa

📋 copy color: '#06263B'

red 6 ◦ green 38 ◦ blue 59

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

Shades of Tangaroa #06263B

Tints of Tangaroa #06263B

RGB

 RED value IS 6 (2.73% from 255) = 5.83%

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

 BLUE value IS 59 (23.44% from 255) = 57.28%

R = 5.83%
G = 36.89%
B = 57.28%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06263B (or 0x06263B) is known color: Tangaroa. HEX triplet: 06, 26 and 3B. RGB value is (6,38,59). Sum of RGB (Red+Green+Blue) = 6+38+59=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #06263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06263B is #F9D9C4. Grayscale: #1E1E1E. Windows color (decimal): -16374213 or 3876358. OLE color: 3876358.

HSL color Cylindrical-coordinate representation of color #06263B: hue angle of 203.77º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06263B is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 38 59 -
CMYK 0.90 0.36 0 0.77
HSL 203.77º 0.82% 0.13% -
HSV(B) 203.77º 0.9% 0.23% -
XYZ 1.56 1.74 4.39 -
YUV 30.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 6 38 59 0.90 0.36 0 0.77 203.77 0.82 0.13
Hex 6 26 3B 5A 24 0 4D CC 52 D
Octal 6 46 73 132 44 0 115 314 122 15
Binary 110 100110 111011 1011010 100100 0 1001101 11001100 1010010 1101

Color Harmonies of #06263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06263B

Black with #06263B

Text Example


Text Example

White with #06263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06263B; }

 p { color: rgb(6,38,59); }

 H1.HeaderClassName
 {
   color: #06263B;
 }
 .AnyTagClassName
 {
   color: #06263B;
 }
</style>

background-color css

<style>
 a { background-color: #06263B; }

 a { background-color: rgb(6,38,59); }

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

border-color css

<style>
 span { border-color: #06263B; }

 span { border-color: rgb(6,38,59); }

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