Html Css Color HEX #06233A Tangaroa

📋 copy color: '#06233A'

red 6 ◦ green 35 ◦ blue 58

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

Shades of Tangaroa #06233A

Tints of Tangaroa #06233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 35.35%

 BLUE value IS 58 (23.05% from 255) = 58.59%

R = 6.06%
G = 35.35%
B = 58.59%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06233A (or 0x06233A) is known color: Tangaroa. HEX triplet: 06, 23 and 3A. RGB value is (6,35,58). Sum of RGB (Red+Green+Blue) = 6+35+58=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #06233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06233A is #F9DCC5. Grayscale: #1C1C1C. Windows color (decimal): -16374982 or 3810054. OLE color: 3810054.

HSL color Cylindrical-coordinate representation of color #06233A: hue angle of 206.54º degrees, saturation: 0.81, 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 #06233A is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 35 58 -
CMYK 0.90 0.40 0 0.77
HSL 206.54º 0.81% 0.13% -
HSV(B) 206.54º 0.9% 0.23% -
XYZ 1.44 1.55 4.23 -
YUV 28.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 6 35 58 0.90 0.40 0 0.77 206.54 0.81 0.13
Hex 6 23 3A 5A 28 0 4D CF 51 D
Octal 6 43 72 132 50 0 115 317 121 15
Binary 110 100011 111010 1011010 101000 0 1001101 11001111 1010001 1101

Color Harmonies of #06233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06233A

Black with #06233A

Text Example


Text Example

White with #06233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06233A; }

 p { color: rgb(6,35,58); }

 H1.HeaderClassName
 {
   color: #06233A;
 }
 .AnyTagClassName
 {
   color: #06233A;
 }
</style>

background-color css

<style>
 a { background-color: #06233A; }

 a { background-color: rgb(6,35,58); }

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

border-color css

<style>
 span { border-color: #06233A; }

 span { border-color: rgb(6,35,58); }

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