Html Css Color HEX #06233C Tangaroa

📋 copy color: '#06233C'

red 6 ◦ green 35 ◦ blue 60

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

Shades of Tangaroa #06233C

Tints of Tangaroa #06233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 59.41%

R = 5.94%
G = 34.65%
B = 59.41%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06233C (or 0x06233C) is known color: Tangaroa. HEX triplet: 06, 23 and 3C. RGB value is (6,35,60). Sum of RGB (Red+Green+Blue) = 6+35+60=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #06233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06233C is #F9DCC3. Grayscale: #1D1D1D. Windows color (decimal): -16374980 or 3941126. OLE color: 3941126.

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

Color convert

RGB 6 35 60 -
CMYK 0.90 0.42 0 0.76
HSL 207.78º 0.82% 0.13% -
HSV(B) 207.78º 0.9% 0.24% -
XYZ 1.49 1.57 4.5 -
YUV 29.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 6 35 60 0.90 0.42 0 0.76 207.78 0.82 0.13
Hex 6 23 3C 5A 2A 0 4C D0 52 D
Octal 6 43 74 132 52 0 114 320 122 15
Binary 110 100011 111100 1011010 101010 0 1001100 11010000 1010010 1101

Color Harmonies of #06233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06233C

Black with #06233C

Text Example


Text Example

White with #06233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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