Html Css Color HEX #06233E Tangaroa

📋 copy color: '#06233E'

red 6 ◦ green 35 ◦ blue 62

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

Shades of Tangaroa #06233E

Tints of Tangaroa #06233E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 60.19%

R = 5.83%
G = 33.98%
B = 60.19%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06233E (or 0x06233E) is known color: Tangaroa. HEX triplet: 06, 23 and 3E. RGB value is (6,35,62). Sum of RGB (Red+Green+Blue) = 6+35+62=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 62 (24.61% from 255 or 60.19% from 103); Max value from RGB is 62 - color contains mainly: blue. Hex color #06233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06233E is #F9DCC1. Grayscale: #1D1D1D. Windows color (decimal): -16374978 or 4072198. OLE color: 4072198.

HSL color Cylindrical-coordinate representation of color #06233E: hue angle of 208.93º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06233E is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 35 62 -
CMYK 0.90 0.44 0 0.76
HSL 208.93º 0.82% 0.13% -
HSV(B) 208.93º 0.9% 0.24% -
XYZ 1.55 1.59 4.78 -
YUV 29.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 6 35 62 0.90 0.44 0 0.76 208.93 0.82 0.13
Hex 6 23 3E 5A 2C 0 4C D1 52 D
Octal 6 43 76 132 54 0 114 321 122 15
Binary 110 100011 111110 1011010 101100 0 1001100 11010001 1010010 1101

Color Harmonies of #06233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06233E

Black with #06233E

Text Example


Text Example

White with #06233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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