Html Css Color HEX #06253B Tangaroa

📋 copy color: '#06253B'

red 6 ◦ green 37 ◦ blue 59

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

Shades of Tangaroa #06253B

Tints of Tangaroa #06253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 36.27%

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

R = 5.88%
G = 36.27%
B = 57.84%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06253B (or 0x06253B) is known color: Tangaroa. HEX triplet: 06, 25 and 3B. RGB value is (6,37,59). Sum of RGB (Red+Green+Blue) = 6+37+59=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 59 (23.44% from 255 or 57.84% from 102); Max value from RGB is 59 - color contains mainly: blue. Hex color #06253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06253B is #F9DAC4. Grayscale: #1E1E1E. Windows color (decimal): -16374469 or 3876102. OLE color: 3876102.

HSL color Cylindrical-coordinate representation of color #06253B: hue angle of 204.91º 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 #06253B is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 37 59 -
CMYK 0.90 0.37 0 0.77
HSL 204.91º 0.82% 0.13% -
HSV(B) 204.91º 0.9% 0.23% -
XYZ 1.53 1.68 4.38 -
YUV 30.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 6 37 59 0.90 0.37 0 0.77 204.91 0.82 0.13
Hex 6 25 3B 5A 25 0 4D CD 52 D
Octal 6 45 73 132 45 0 115 315 122 15
Binary 110 100101 111011 1011010 100101 0 1001101 11001101 1010010 1101

Color Harmonies of #06253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06253B

Black with #06253B

Text Example


Text Example

White with #06253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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