Html Css Color HEX #06233B Tangaroa

📋 copy color: '#06233B'

red 6 ◦ green 35 ◦ blue 59

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

Shades of Tangaroa #06233B

Tints of Tangaroa #06233B

RGB

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

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

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

R = 6%
G = 35%
B = 59%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06233B (or 0x06233B) is known color: Tangaroa. HEX triplet: 06, 23 and 3B. RGB value is (6,35,59). Sum of RGB (Red+Green+Blue) = 6+35+59=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #06233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06233B is #F9DCC4. Grayscale: #1C1C1C. Windows color (decimal): -16374981 or 3875590. OLE color: 3875590.

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

Color convert

RGB 6 35 59 -
CMYK 0.90 0.41 0 0.77
HSL 207.17º 0.82% 0.13% -
HSV(B) 207.17º 0.9% 0.23% -
XYZ 1.47 1.56 4.36 -
YUV 29.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 6 35 59 0.90 0.41 0 0.77 207.17 0.82 0.13
Hex 6 23 3B 5A 29 0 4D CF 52 D
Octal 6 43 73 132 51 0 115 317 122 15
Binary 110 100011 111011 1011010 101001 0 1001101 11001111 1010010 1101

Color Harmonies of #06233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06233B

Black with #06233B

Text Example


Text Example

White with #06233B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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